Color Hex Logo

#855c47 Color Hex

#855C47
(133,92,71)
0 Favorites   0 Comments

Color spaces of #855c47

RGB 1339271
HSL0.060.300.40
HSV20°47°52°
CMYK 0.000.310.47   0.48
XYZ14.637313.09587.7175
Yxy13.09580.41290.3694
Hunter Lab36.18818.870112.6875
CIE-Lab42.907214.095318.7950

#855c47 color RGB value is (133,92,71).

#855c47 hex color red value is 133, green value is 92 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #855c47 hue: 0.06 , saturation: 0.30 and the lightness value of 855c47 is 0.40.

The process color (four color CMYK) of #855c47 color hex is 0.00, 0.31, 0.47, 0.48. Web safe color of #855c47 is #996633. Color #855c47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 01000111
Octal 205 134 107
Decimal 133 92 71
Hex 85 5C 47

RGB Percentages of Color #855c47

%44.93
%31.08
%23.99

CMYK Percentages of Color #855c47

%0
%31
%47
%48

Triadic Colors of #855c47

#855c47 #47855c #5c4785

Analogous Colors of #855c47

#855c47 #857b47 #854751

Monochromatic Colors of #855c47

#855c47

Complementary Color

#855c47 #477085

#855c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855c47 Color CSS Codes

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

#855c47 Text Font Color

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

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


#855c47 Background Color

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

This div background color is #855c47


#855c47 Border Color

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

This div border color is #855c47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855c47


Comments

No comments written yet.

Please login to write comment.