#8B7970

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

Shades of Hurricane #8B7970

Tints of Hurricane #8B7970

Color information

#8B7970 (or 0x8B7970) is unknown color: approx Hurricane. HEX triplet: 8B, 79 and 70. RGB value is (139,121,112). Sum of RGB (Red+Green+Blue) = 139+121+112=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7970 is #74868F. Grayscale: #7D7D7D. Windows color (decimal): -7636624 or 7371147. OLE color: 7371147.

HSL color Cylindrical-coordinate representation of color #8B7970: hue angle of 20º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7970 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB139121112-
CMYK00.130.190.45
HSL20º10.76%49.22%-
HSV(B)20º19.42%54.51%-
XYZ20.4120.3318.18-
YUV125.36120.46137.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=37.37%
G=32.53%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912111200.130.190.452010.7649.22
Hex8B79700D132D14b31
Octal2131711600152355241361
Binary10001011111100111100000110110011101101101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7970; }

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

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

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

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

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

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

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

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