#817470

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

Shades of Hurricane #817470

Tints of Hurricane #817470

Color information

#817470 (or 0x817470) is unknown color: approx Hurricane. HEX triplet: 81, 74 and 70. RGB value is (129,116,112). Sum of RGB (Red+Green+Blue) = 129+116+112=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817470 is #7E8B8F. Grayscale: #777777. Windows color (decimal): -8293264 or 7369857. OLE color: 7369857.

HSL color Cylindrical-coordinate representation of color #817470: hue angle of 14.12º 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 #817470 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB129116112-
CMYK00.100.130.49
HSL14.12º7.05%47.25%-
HSV(B)14.12º13.18%50.59%-
XYZ18.2218.3317.91-
YUV119.43123.81134.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=36.13%
G=32.49%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911611200.100.130.4914.127.0547.25
Hex8174700AD31e72f
Octal201164160012156116757
Binary10000001111010011100000101011011100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817470; }

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

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

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

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

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

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

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

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