Color Hex Logo

#856550 Color Hex

#856550
(133,101,80)
0 Favorites   0 Comments

Color spaces of #856550

RGB 13310180
HSL0.070.250.42
HSV24°40°52°
CMYK 0.000.240.40   0.48
XYZ15.774514.87319.6288
Yxy14.87310.39170.3693
Hunter Lab38.56575.521912.1929
CIE-Lab45.45999.860716.8606

#856550 color RGB value is (133,101,80).

#856550 hex color red value is 133, green value is 101 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #856550 hue: 0.07 , saturation: 0.25 and the lightness value of 856550 is 0.42.

The process color (four color CMYK) of #856550 color hex is 0.00, 0.24, 0.40, 0.48. Web safe color of #856550 is #996666. Color #856550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100101 01010000
Octal 205 145 120
Decimal 133 101 80
Hex 85 65 50

RGB Percentages of Color #856550

%42.36
%32.17
%25.48

CMYK Percentages of Color #856550

%0
%24
%40
%48

Triadic Colors of #856550

#856550 #508565 #655085

Analogous Colors of #856550

#856550 #858050 #855056

Monochromatic Colors of #856550

#856550

Complementary Color

#856550 #507085

#856550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856550 Color CSS Codes

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

#856550 Text Font Color

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

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


#856550 Background Color

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

This div background color is #856550


#856550 Border Color

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

This div border color is #856550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856550


Comments

No comments written yet.

Please login to write comment.