Color Hex Logo

#886211 Color Hex

#886211
(136,98,17)
0 Favorites   0 Comments

Color spaces of #886211

RGB 1369817
HSL0.110.780.30
HSV41°88°53°
CMYK 0.000.280.88   0.47
XYZ14.622214.01012.4639
Yxy14.01010.47020.4505
Hunter Lab37.43014.229122.2982
CIE-Lab44.24748.226547.3051

#886211 color RGB value is (136,98,17).

#886211 hex color red value is 136, green value is 98 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #886211 hue: 0.11 , saturation: 0.78 and the lightness value of 886211 is 0.30.

The process color (four color CMYK) of #886211 color hex is 0.00, 0.28, 0.88, 0.47. Web safe color of #886211 is #996600. Color #886211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100010 00010001
Octal 210 142 21
Decimal 136 98 17
Hex 88 62 11

RGB Percentages of Color #886211

%54.18
%39.04
%6.77

CMYK Percentages of Color #886211

%0
%28
%88
%47

Triadic Colors of #886211

#886211 #118862 #621188

Analogous Colors of #886211

#886211 #738811 #882711

Monochromatic Colors of #886211

#886211

Complementary Color

#886211 #113788

#886211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886211 Color CSS Codes

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

#886211 Text Font Color

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

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


#886211 Background Color

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

This div background color is #886211


#886211 Border Color

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

This div border color is #886211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886211


Comments

No comments written yet.

Please login to write comment.