Color Hex Logo

#712911 Color Hex

#712911
(113,41,17)
0 Favorites   0 Comments

Color spaces of #712911

RGB 1134117
HSL0.040.740.25
HSV15°85°44°
CMYK 0.000.640.85   0.56
XYZ7.70425.13711.1158
Yxy5.13710.55200.3681
Hunter Lab22.665221.010512.9468
CIE-Lab27.121830.517930.9064

#712911 color RGB value is (113,41,17).

#712911 hex color red value is 113, green value is 41 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #712911 hue: 0.04 , saturation: 0.74 and the lightness value of 712911 is 0.25.

The process color (four color CMYK) of #712911 color hex is 0.00, 0.64, 0.85, 0.56. Web safe color of #712911 is #663300. Color #712911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 00010001
Octal 161 51 21
Decimal 113 41 17
Hex 71 29 11

RGB Percentages of Color #712911

%66.08
%23.98
%9.94

CMYK Percentages of Color #712911

%0
%64
%85
%56

Triadic Colors of #712911

#712911 #117129 #291171

Analogous Colors of #712911

#712911 #715911 #711129

Monochromatic Colors of #712911

#712911

Complementary Color

#712911 #115971

#712911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712911 Color CSS Codes

.mybgcolor {background-color:#712911; } 
.myforecolor {color:#712911; }
.mybordercolor {border:3px solid #712911; }

#712911 Text Font Color

<p style="color:#712911">Text here</p>

This sample text font color is #712911
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#712911 Background Color

<div style="background-color:#712911">
Div content here</div>

This div background color is #712911


#712911 Border Color

<div style="border:3px solid #712911">
Div here</div>

This div border color is #712911


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,41,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712911; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712911;
  -webkit-box-shadow: 1px 1px 3px 2px #712911;
  box-shadow:         1px 1px 3px 2px #712911; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,41,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #712911">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #712911;
  -webkit-box-shadow: 1px 1px 3px 2px #712911;
  box-shadow:         1px 1px 3px 2px #712911;">
Div content here</div>

This div box has shadow with color #712911


Comments

No comments written yet.

Please login to write comment.