#896E48

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

Shades of Shadow #896E48

Tints of Shadow #896E48

Color information

#896E48 (or 0x896E48) is unknown color: approx Shadow. HEX triplet: 89, 6E and 48. RGB value is (137,110,72). Sum of RGB (Red+Green+Blue) = 137+110+72=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #896E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E48 is #7691B7. Grayscale: #717171. Windows color (decimal): -7770552 or 4746889. OLE color: 4746889.

HSL color Cylindrical-coordinate representation of color #896E48: hue angle of 35.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896E48 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13711072-
CMYK00.200.470.46
HSL35.08º31.1%40.98%-
HSV(B)35.08º47.45%53.73%-
XYZ17.0616.948.5-
YUV113.74104.45144.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=42.95%
G=34.48%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371107200.200.470.4635.0831.140.98
Hex896E480142F2E231f29
Octal2111561100245756433751
Binary100010011101110100100001010010111110111010001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E48; }

 p { color: rgb(137,110,72); }

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

<style>
 a { background-color: #896E48; }

 a { background-color: rgb(137,110,72); }

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

<style>
 span { border-color: #896E48; }

 span { border-color: rgb(137,110,72); }

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