Color Hex Logo

#854217 Color Hex

#854217
(133,66,23)
0 Favorites   0 Comments

Color spaces of #854217

RGB 1336623
HSL0.070.710.31
HSV23°83°52°
CMYK 0.000.500.83   0.48
XYZ11.77578.94481.9165
Yxy8.94480.52020.3951
Hunter Lab29.907917.942517.1362
CIE-Lab35.877825.648937.4194

#854217 color RGB value is (133,66,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000010 00010111
Octal 205 102 27
Decimal 133 66 23
Hex 85 42 17

RGB Percentages of Color #854217

%59.91
%29.73
%10.36

CMYK Percentages of Color #854217

%0
%50
%83
%48

Triadic Colors of #854217

#854217 #178542 #421785

Analogous Colors of #854217

#854217 #857917 #851723

Monochromatic Colors of #854217

#854217

Complementary Color

#854217 #175a85

#854217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854217 Color CSS Codes

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

#854217 Text Font Color

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

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


#854217 Background Color

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

This div background color is #854217


#854217 Border Color

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

This div border color is #854217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854217


Comments

No comments written yet.

Please login to write comment.