Color Hex Logo

#885320 Color Hex

#885320
(136,83,32)
0 Favorites   0 Comments

Color spaces of #885320

RGB 1368332
HSL0.080.620.33
HSV29°76°53°
CMYK 0.000.390.76   0.47
XYZ13.507311.52502.8791
Yxy11.52500.48390.4129
Hunter Lab33.948511.611118.7357
CIE-Lab40.451017.600337.7454

#885320 color RGB value is (136,83,32).

#885320 hex color red value is 136, green value is 83 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #885320 hue: 0.08 , saturation: 0.62 and the lightness value of 885320 is 0.33.

The process color (four color CMYK) of #885320 color hex is 0.00, 0.39, 0.76, 0.47. Web safe color of #885320 is #996633. Color #885320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 00100000
Octal 210 123 40
Decimal 136 83 32
Hex 88 53 20

RGB Percentages of Color #885320

%54.18
%33.07
%12.75

CMYK Percentages of Color #885320

%0
%39
%76
%47

Triadic Colors of #885320

#885320 #208853 #532088

Analogous Colors of #885320

#885320 #888720 #882021

Monochromatic Colors of #885320

#885320

Complementary Color

#885320 #205588

#885320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885320 Color CSS Codes

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

#885320 Text Font Color

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

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


#885320 Background Color

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

This div background color is #885320


#885320 Border Color

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

This div border color is #885320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,83,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885320;
  -webkit-box-shadow: 1px 1px 3px 2px #885320;
  box-shadow:         1px 1px 3px 2px #885320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,83,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885320


Comments

No comments written yet.

Please login to write comment.