#896E4B

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

Shades of Shadow #896E4B

Tints of Shadow #896E4B

Color information

#896E4B (or 0x896E4B) is unknown color: approx Shadow. HEX triplet: 89, 6E and 4B. RGB value is (137,110,75). Sum of RGB (Red+Green+Blue) = 137+110+75=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E4B is #7691B4. Grayscale: #727272. Windows color (decimal): -7770549 or 4943497. OLE color: 4943497.

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

Color convert

RGB13711075-
CMYK00.200.450.46
HSL33.87º29.25%41.57%-
HSV(B)33.87º45.26%53.73%-
XYZ17.1616.989.03-
YUV114.08105.95144.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=42.55%
G=34.16%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371107500.200.450.4633.8729.2541.57
Hex896E4B0142D2E221d2a
Octal2111561130245556423552
Binary100010011101110100101101010010110110111010001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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