#817975

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

Shades of Hurricane #817975

Tints of Hurricane #817975

Color information

#817975 (or 0x817975) is unknown color: approx Hurricane. HEX triplet: 81, 79 and 75. RGB value is (129,121,117). Sum of RGB (Red+Green+Blue) = 129+121+117=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #817975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817975 is #7E868A. Grayscale: #7A7A7A. Windows color (decimal): -8291979 or 7698817. OLE color: 7698817.

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

Color convert

RGB129121117-
CMYK00.060.090.49
HSL20º4.88%48.24%-
HSV(B)20º9.3%50.59%-
XYZ19.119.6319.61-
YUV122.94124.65132.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=35.15%
G=32.97%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912111700.060.090.49204.8848.24
Hex8179750693114530
Octal20117116506116124560
Binary10000001111100111101010110100111000110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817975; }

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

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

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

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

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

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

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

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