Color Hex Logo

#854716 Color Hex

#854716
(133,71,22)
0 Favorites   0 Comments

Color spaces of #854716

RGB 1337122
HSL0.070.720.30
HSV26°83°52°
CMYK 0.000.470.83   0.48
XYZ12.07099.55091.9664
Yxy9.55090.51170.4049
Hunter Lab30.904515.636817.8607
CIE-Lab37.024022.773938.9480

#854716 color RGB value is (133,71,22).

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

The process color (four color CMYK) of #854716 color hex is 0.00, 0.47, 0.83, 0.48. Web safe color of #854716 is #993300. Color #854716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 00010110
Octal 205 107 26
Decimal 133 71 22
Hex 85 47 16

RGB Percentages of Color #854716

%58.85
%31.42
%9.73

CMYK Percentages of Color #854716

%0
%47
%83
%48

Triadic Colors of #854716

#854716 #168547 #471685

Analogous Colors of #854716

#854716 #857f16 #85161d

Monochromatic Colors of #854716

#854716

Complementary Color

#854716 #165485

#854716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854716 Color CSS Codes

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

#854716 Text Font Color

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

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


#854716 Background Color

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

This div background color is #854716


#854716 Border Color

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

This div border color is #854716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854716


Comments

No comments written yet.

Please login to write comment.