Color Hex Logo

#855a37 Color Hex

#855A37
(133,90,55)
0 Favorites   0 Comments

Color spaces of #855a37

RGB 1339055
HSL0.070.410.37
HSV27°59°52°
CMYK 0.000.320.59   0.48
XYZ14.018612.57475.3027
Yxy12.57470.43950.3942
Hunter Lab35.46088.509315.9565
CIE-Lab42.115313.678227.1619

#855a37 color RGB value is (133,90,55).

#855a37 hex color red value is 133, green value is 90 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #855a37 hue: 0.07 , saturation: 0.41 and the lightness value of 855a37 is 0.37.

The process color (four color CMYK) of #855a37 color hex is 0.00, 0.32, 0.59, 0.48. Web safe color of #855a37 is #996633. Color #855a37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 00110111
Octal 205 132 67
Decimal 133 90 55
Hex 85 5A 37

RGB Percentages of Color #855a37

%47.84
%32.37
%19.78

CMYK Percentages of Color #855a37

%0
%32
%59
%48

Triadic Colors of #855a37

#855a37 #37855a #5a3785

Analogous Colors of #855a37

#855a37 #858137 #85373b

Monochromatic Colors of #855a37

#855a37

Complementary Color

#855a37 #376285

#855a37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855a37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855a37 Color CSS Codes

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

#855a37 Text Font Color

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

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


#855a37 Background Color

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

This div background color is #855a37


#855a37 Border Color

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

This div border color is #855a37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855a37


Comments

No comments written yet.

Please login to write comment.