#886E49

Color #886E49 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #886E49

Tints of Shadow #886E49

Color information

#886E49 (or 0x886E49) is unknown color: approx Shadow. HEX triplet: 88, 6E and 49. RGB value is (136,110,73). Sum of RGB (Red+Green+Blue) = 136+110+73=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E49 is #7791B6. Grayscale: #717171. Windows color (decimal): -7836087 or 4812424. OLE color: 4812424.

HSL color Cylindrical-coordinate representation of color #886E49: hue angle of 35.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886E49 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13611073-
CMYK00.190.460.47
HSL35.24º30.14%40.98%-
HSV(B)35.24º46.32%53.33%-
XYZ16.9316.878.67-
YUV113.56105.11144.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=42.63%
G=34.48%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361107300.190.460.4735.2430.1440.98
Hex886E490132E2F231e29
Octal2101561110235657433651
Binary100010001101110100100101001110111010111110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E49; }

 p { color: rgb(136,110,73); }

 H1.HeaderClassName
 {
   color: #886E49;
 }
 .AnyTagClassName
 {
   color: #886E49;
 }
</style>
background-color css

<style>
 a { background-color: #886E49; }

 a { background-color: rgb(136,110,73); }

 div.DivClassName
 {
   background-color: #886E49;
 }
 .BgClassName
 {
   background-color: #886E49;
 }
</style>
border-color css

<style>
 span { border-color: #886E49; }

 span { border-color: rgb(136,110,73); }

 td.TdClassName
 {
   border-color: #886E49;
 }
 .TagClassName
 {
   border-color: #886E49;
 }
</style>