Color Hex Logo

#886219 Color Hex

#886219
(136,98,25)
0 Favorites   0 Comments

Color spaces of #886219

RGB 1369825
HSL0.110.690.32
HSV39°82°53°
CMYK 0.000.280.82   0.47
XYZ14.696514.03982.8551
Yxy14.03980.46520.4444
Hunter Lab37.46974.439921.7111
CIE-Lab44.29008.496144.5303

#886219 color RGB value is (136,98,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100010 00011001
Octal 210 142 31
Decimal 136 98 25
Hex 88 62 19

RGB Percentages of Color #886219

%52.51
%37.84
%9.65

CMYK Percentages of Color #886219

%0
%28
%82
%47

Triadic Colors of #886219

#886219 #198862 #621988

Analogous Colors of #886219

#886219 #778819 #882b19

Monochromatic Colors of #886219

#886219

Complementary Color

#886219 #193f88

#886219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886219 Color CSS Codes

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

#886219 Text Font Color

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

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


#886219 Background Color

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

This div background color is #886219


#886219 Border Color

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

This div border color is #886219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886219


Comments

No comments written yet.

Please login to write comment.