#897942

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

Shades of Shadow #897942

Tints of Shadow #897942

Color information

#897942 (or 0x897942) is unknown color: approx Shadow. HEX triplet: 89, 79 and 42. RGB value is (137,121,66). Sum of RGB (Red+Green+Blue) = 137+121+66=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #897942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897942 is #7686BD. Grayscale: #777777. Windows color (decimal): -7767742 or 4356489. OLE color: 4356489.

HSL color Cylindrical-coordinate representation of color #897942: hue angle of 46.48º 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 #897942 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB13712166-
CMYK00.120.520.46
HSL46.48º34.98%39.8%-
HSV(B)46.48º51.82%53.73%-
XYZ18.1419.397.94-
YUV119.5197.8140.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=42.28%
G=37.35%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371216600.120.520.4646.4834.9839.8
Hex8979420C342E2e2328
Octal2111711020146456564350
Binary100010011111001100001001100110100101110101110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897942; }

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

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

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

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

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

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

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

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