#817570

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

Shades of Hurricane #817570

Tints of Hurricane #817570

Color information

#817570 (or 0x817570) is unknown color: approx Hurricane. HEX triplet: 81, 75 and 70. RGB value is (129,117,112). Sum of RGB (Red+Green+Blue) = 129+117+112=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #817570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817570 is #7E8A8F. Grayscale: #787878. Windows color (decimal): -8293008 or 7370113. OLE color: 7370113.

HSL color Cylindrical-coordinate representation of color #817570: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817570 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB129117112-
CMYK00.090.130.49
HSL17.65º7.05%47.25%-
HSV(B)17.65º13.18%50.59%-
XYZ18.3418.5617.95-
YUV120.02123.48134.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=36.03%
G=32.68%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911711200.090.130.4917.657.0547.25
Hex81757009D311272f
Octal201165160011156122757
Binary100000011110101111000001001110111000110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817570; }

 p { color: rgb(129,117,112); }

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

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

 a { background-color: rgb(129,117,112); }

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

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

 span { border-color: rgb(129,117,112); }

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