Color Hex Logo

#885c1f Color Hex

#885C1F
(136,92,31)
0 Favorites   0 Comments

Color spaces of #885c1f

RGB 1369231
HSL0.100.630.33
HSV35°77°53°
CMYK 0.000.320.77   0.47
XYZ14.227812.98753.0533
Yxy12.98750.47010.4291
Hunter Lab36.03827.404620.2034
CIE-Lab42.744412.274240.5213

#885c1f color RGB value is (136,92,31).

#885c1f hex color red value is 136, green value is 92 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #885c1f hue: 0.10 , saturation: 0.63 and the lightness value of 885c1f is 0.33.

The process color (four color CMYK) of #885c1f color hex is 0.00, 0.32, 0.77, 0.47. Web safe color of #885c1f is #996633. Color #885c1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011100 00011111
Octal 210 134 37
Decimal 136 92 31
Hex 88 5C 1F

RGB Percentages of Color #885c1f

%52.51
%35.52
%11.97

CMYK Percentages of Color #885c1f

%0
%32
%77
%47

Triadic Colors of #885c1f

#885c1f #1f885c #5c1f88

Analogous Colors of #885c1f

#885c1f #80881f #88281f

Monochromatic Colors of #885c1f

#885c1f

Complementary Color

#885c1f #1f4b88

#885c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#885c1f Color CSS Codes

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

#885c1f Text Font Color

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

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


#885c1f Background Color

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

This div background color is #885c1f


#885c1f Border Color

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

This div border color is #885c1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,92,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885c1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885c1f;
  -webkit-box-shadow: 1px 1px 3px 2px #885c1f;
  box-shadow:         1px 1px 3px 2px #885c1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885c1f


Comments

No comments written yet.

Please login to write comment.