Color Hex Logo

#855532 Color Hex

#855532
(133,85,50)
0 Favorites   0 Comments

Color spaces of #855532

RGB 1338550
HSL0.070.450.36
HSV25°62°52°
CMYK 0.000.360.62   0.48
XYZ13.497111.71384.5672
Yxy11.71380.45330.3934
Hunter Lab34.225410.498516.0459
CIE-Lab40.757616.213128.3672

#855532 color RGB value is (133,85,50).

#855532 hex color red value is 133, green value is 85 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #855532 hue: 0.07 , saturation: 0.45 and the lightness value of 855532 is 0.36.

The process color (four color CMYK) of #855532 color hex is 0.00, 0.36, 0.62, 0.48. Web safe color of #855532 is #996633. Color #855532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 00110010
Octal 205 125 62
Decimal 133 85 50
Hex 85 55 32

RGB Percentages of Color #855532

%49.63
%31.72
%18.66

CMYK Percentages of Color #855532

%0
%36
%62
%48

Triadic Colors of #855532

#855532 #328555 #553285

Analogous Colors of #855532

#855532 #857f32 #853238

Monochromatic Colors of #855532

#855532

Complementary Color

#855532 #326285

#855532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855532 Color CSS Codes

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

#855532 Text Font Color

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

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


#855532 Background Color

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

This div background color is #855532


#855532 Border Color

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

This div border color is #855532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855532


Comments

No comments written yet.

Please login to write comment.