Color Hex Logo

#814b16 Color Hex

#814B16
(129,75,22)
0 Favorites   0 Comments

Color spaces of #814b16

RGB 1297522
HSL0.080.710.30
HSV30°83°51°
CMYK 0.000.420.83   0.49
XYZ11.71429.75722.0250
Yxy9.75720.49860.4153
Hunter Lab31.236512.276518.0219
CIE-Lab37.403118.639739.0854

#814b16 color RGB value is (129,75,22).

#814b16 hex color red value is 129, green value is 75 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #814b16 hue: 0.08 , saturation: 0.71 and the lightness value of 814b16 is 0.30.

The process color (four color CMYK) of #814b16 color hex is 0.00, 0.42, 0.83, 0.49. Web safe color of #814b16 is #993300. Color #814b16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 00010110
Octal 201 113 26
Decimal 129 75 22
Hex 81 4B 16

RGB Percentages of Color #814b16

%57.08
%33.19
%9.73

CMYK Percentages of Color #814b16

%0
%42
%83
%49

Triadic Colors of #814b16

#814b16 #16814b #4b1681

Analogous Colors of #814b16

#814b16 #818116 #811616

Monochromatic Colors of #814b16

#814b16

Complementary Color

#814b16 #164c81

#814b16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814b16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814b16 Color CSS Codes

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

#814b16 Text Font Color

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

This sample text font color is #814b16
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.


#814b16 Background Color

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

This div background color is #814b16


#814b16 Border Color

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

This div border color is #814b16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,75,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814b16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814b16;
  -webkit-box-shadow: 1px 1px 3px 2px #814b16;
  box-shadow:         1px 1px 3px 2px #814b16; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,75,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814b16


Comments

No comments written yet.

Please login to write comment.