Color Hex Logo

#855b2d Color Hex

#855B2D
(133,91,45)
0 Favorites   0 Comments

Color spaces of #855b2d

RGB 1339145
HSL0.090.490.35
HSV31°66°52°
CMYK 0.000.320.66   0.48
XYZ13.887612.65824.1939
Yxy12.65820.45180.4118
Hunter Lab35.57847.413317.9159
CIE-Lab42.243712.299532.8767

#855b2d color RGB value is (133,91,45).

#855b2d hex color red value is 133, green value is 91 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #855b2d hue: 0.09 , saturation: 0.49 and the lightness value of 855b2d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 00101101
Octal 205 133 55
Decimal 133 91 45
Hex 85 5B 2D

RGB Percentages of Color #855b2d

%49.44
%33.83
%16.73

CMYK Percentages of Color #855b2d

%0
%32
%66
%48

Triadic Colors of #855b2d

#855b2d #2d855b #5b2d85

Analogous Colors of #855b2d

#855b2d #83852d #852f2d

Monochromatic Colors of #855b2d

#855b2d

Complementary Color

#855b2d #2d5785

#855b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#855b2d Color CSS Codes

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

#855b2d Text Font Color

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

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


#855b2d Background Color

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

This div background color is #855b2d


#855b2d Border Color

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

This div border color is #855b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855b2d


Comments

No comments written yet.

Please login to write comment.