Color Hex Logo

#856616 Color Hex

#856616
(133,102,22)
0 Favorites   0 Comments

Color spaces of #856616

RGB 13310222
HSL0.120.720.30
HSV43°83°52°
CMYK 0.000.230.83   0.48
XYZ14.569114.54722.7991
Yxy14.54720.45650.4558
Hunter Lab38.14081.437422.3473
CIE-Lab45.00774.624846.1588

#856616 color RGB value is (133,102,22).

#856616 hex color red value is 133, green value is 102 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #856616 hue: 0.12 , saturation: 0.72 and the lightness value of 856616 is 0.30.

The process color (four color CMYK) of #856616 color hex is 0.00, 0.23, 0.83, 0.48. Web safe color of #856616 is #996600. Color #856616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100110 00010110
Octal 205 146 26
Decimal 133 102 22
Hex 85 66 16

RGB Percentages of Color #856616

%51.75
%39.69
%8.56

CMYK Percentages of Color #856616

%0
%23
%83
%48

Triadic Colors of #856616

#856616 #168566 #661685

Analogous Colors of #856616

#856616 #6d8516 #852f16

Monochromatic Colors of #856616

#856616

Complementary Color

#856616 #163585

#856616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856616 Color CSS Codes

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

#856616 Text Font Color

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

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


#856616 Background Color

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

This div background color is #856616


#856616 Border Color

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

This div border color is #856616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,102,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856616;
  -webkit-box-shadow: 1px 1px 3px 2px #856616;
  box-shadow:         1px 1px 3px 2px #856616; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,102,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 #856616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856616


Comments

No comments written yet.

Please login to write comment.