Color Hex Logo

#855e2e Color Hex

#855E2E
(133,94,46)
0 Favorites   0 Comments

Color spaces of #855e2e

RGB 1339446
HSL0.090.490.35
HSV33°65°52°
CMYK 0.000.290.65   0.48
XYZ14.168713.18924.3838
Yxy13.18920.44640.4155
Hunter Lab36.31696.085418.2650
CIE-Lab43.047010.602033.2573

#855e2e color RGB value is (133,94,46).

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

The process color (four color CMYK) of #855e2e color hex is 0.00, 0.29, 0.65, 0.48. Web safe color of #855e2e is #996633. Color #855e2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 00101110
Octal 205 136 56
Decimal 133 94 46
Hex 85 5E 2E

RGB Percentages of Color #855e2e

%48.72
%34.43
%16.85

CMYK Percentages of Color #855e2e

%0
%29
%65
%48

Triadic Colors of #855e2e

#855e2e #2e855e #5e2e85

Analogous Colors of #855e2e

#855e2e #81852e #85332e

Monochromatic Colors of #855e2e

#855e2e

Complementary Color

#855e2e #2e5585

#855e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#855e2e Color CSS Codes

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

#855e2e Text Font Color

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

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


#855e2e Background Color

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

This div background color is #855e2e


#855e2e Border Color

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

This div border color is #855e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855e2e


Comments

No comments written yet.

Please login to write comment.