Color Hex Logo

#854717 Color Hex

#854717
(133,71,23)
0 Favorites   0 Comments

Color spaces of #854717

RGB 1337123
HSL0.070.710.31
HSV26°83°52°
CMYK 0.000.470.83   0.48
XYZ12.08089.55492.0182
Yxy9.55490.51070.4039
Hunter Lab30.911015.668117.7666
CIE-Lab37.031422.810738.5040

#854717 color RGB value is (133,71,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 00010111
Octal 205 107 27
Decimal 133 71 23
Hex 85 47 17

RGB Percentages of Color #854717

%58.59
%31.28
%10.13

CMYK Percentages of Color #854717

%0
%47
%83
%48

Triadic Colors of #854717

#854717 #178547 #471785

Analogous Colors of #854717

#854717 #857e17 #85171e

Monochromatic Colors of #854717

#854717

Complementary Color

#854717 #175585

#854717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854717 Color CSS Codes

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

#854717 Text Font Color

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

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


#854717 Background Color

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

This div background color is #854717


#854717 Border Color

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

This div border color is #854717


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,71,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854717


Comments

No comments written yet.

Please login to write comment.