#897940

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

Shades of Shadow #897940

Tints of Shadow #897940

Color information

#897940 (or 0x897940) is unknown color: approx Shadow. HEX triplet: 89, 79 and 40. RGB value is (137,121,64). Sum of RGB (Red+Green+Blue) = 137+121+64=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #897940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897940 is #7686BF. Grayscale: #777777. Windows color (decimal): -7767744 or 4225417. OLE color: 4225417.

HSL color Cylindrical-coordinate representation of color #897940: hue angle of 46.85º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #897940 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13712164-
CMYK00.120.530.46
HSL46.85º36.32%39.41%-
HSV(B)46.85º53.28%53.73%-
XYZ18.0819.367.64-
YUV119.2996.8140.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=42.55%
G=37.58%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371216400.120.530.4646.8536.3239.41
Hex8979400C352E2f2427
Octal2111711000146556574447
Binary100010011111001100000001100110101101110101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897940; }

 p { color: rgb(137,121,64); }

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

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

 a { background-color: rgb(137,121,64); }

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

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

 span { border-color: rgb(137,121,64); }

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