#897970

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

Shades of Hurricane #897970

Tints of Hurricane #897970

Color information

#897970 (or 0x897970) is unknown color: approx Hurricane. HEX triplet: 89, 79 and 70. RGB value is (137,121,112). Sum of RGB (Red+Green+Blue) = 137+121+112=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897970 is #76868F. Grayscale: #7C7C7C. Windows color (decimal): -7767696 or 7371145. OLE color: 7371145.

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

Color convert

RGB137121112-
CMYK00.120.180.46
HSL21.6º10.04%48.82%-
HSV(B)21.6º18.25%53.73%-
XYZ20.0820.1618.16-
YUV124.76120.8136.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=37.03%
G=32.70%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712111200.120.180.4621.610.0448.82
Hex8979700C122E16a31
Octal2111711600142256261261
Binary10001001111100111100000110010010101110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897970; }

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

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

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

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

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

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

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

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