#897A42

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

Shades of Shadow #897A42

Tints of Shadow #897A42

Color information

#897A42 (or 0x897A42) is unknown color: approx Shadow. HEX triplet: 89, 7A and 42. RGB value is (137,122,66). Sum of RGB (Red+Green+Blue) = 137+122+66=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #897A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A42 is #7685BD. Grayscale: #787878. Windows color (decimal): -7767486 or 4356745. OLE color: 4356745.

HSL color Cylindrical-coordinate representation of color #897A42: hue angle of 47.32º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897A42 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB13712266-
CMYK00.110.520.46
HSL47.32º34.98%39.8%-
HSV(B)47.32º51.82%53.73%-
XYZ18.2619.637.98-
YUV120.197.47140.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=42.15%
G=37.54%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371226600.110.520.4647.3234.9839.8
Hex897A420B342E2f2328
Octal2111721020136456574350
Binary100010011111010100001001011110100101110101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897A42; }

 p { color: rgb(137,122,66); }

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

<style>
 a { background-color: #897A42; }

 a { background-color: rgb(137,122,66); }

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

<style>
 span { border-color: #897A42; }

 span { border-color: rgb(137,122,66); }

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