#886D4A

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

Shades of Shadow #886D4A

Tints of Shadow #886D4A

Color information

#886D4A (or 0x886D4A) is unknown color: approx Shadow. HEX triplet: 88, 6D and 4A. RGB value is (136,109,74). Sum of RGB (Red+Green+Blue) = 136+109+74=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D4A is #7792B5. Grayscale: #717171. Windows color (decimal): -7836342 or 4877704. OLE color: 4877704.

HSL color Cylindrical-coordinate representation of color #886D4A: hue angle of 33.87º 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 #886D4A is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13610974-
CMYK00.200.460.47
HSL33.87º29.52%41.18%-
HSV(B)33.87º45.59%53.33%-
XYZ16.8616.678.81-
YUV113.08105.95144.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=42.63%
G=34.17%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361097400.200.460.4733.8729.5241.18
Hex886D4A0142E2F221e29
Octal2101551120245657423651
Binary100010001101101100101001010010111010111110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,74); }

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

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

 a { background-color: rgb(136,109,74); }

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

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

 span { border-color: rgb(136,109,74); }

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