Color Hex Logo

#856316 Color Hex

#856316
(133,99,22)
0 Favorites   0 Comments

Color spaces of #856316

RGB 1339922
HSL0.120.720.30
HSV42°83°52°
CMYK 0.000.260.83   0.48
XYZ14.279513.96822.7026
Yxy13.96820.46140.4513
Hunter Lab37.37412.794921.8744
CIE-Lab44.18736.376045.4306

#856316 color RGB value is (133,99,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100011 00010110
Octal 205 143 26
Decimal 133 99 22
Hex 85 63 16

RGB Percentages of Color #856316

%52.36
%38.98
%8.66

CMYK Percentages of Color #856316

%0
%26
%83
%48

Triadic Colors of #856316

#856316 #168563 #631685

Analogous Colors of #856316

#856316 #708516 #852c16

Monochromatic Colors of #856316

#856316

Complementary Color

#856316 #163885

#856316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856316 Color CSS Codes

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

#856316 Text Font Color

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

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


#856316 Background Color

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

This div background color is #856316


#856316 Border Color

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

This div border color is #856316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856316


Comments

No comments written yet.

Please login to write comment.