#827975

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

Shades of Hurricane #827975

Tints of Hurricane #827975

Color information

#827975 (or 0x827975) is unknown color: approx Hurricane. HEX triplet: 82, 79 and 75. RGB value is (130,121,117). Sum of RGB (Red+Green+Blue) = 130+121+117=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827975 is #7D868A. Grayscale: #7B7B7B. Windows color (decimal): -8226443 or 7698818. OLE color: 7698818.

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

Color convert

RGB130121117-
CMYK00.070.10.49
HSL18.46º5.26%48.43%-
HSV(B)18.46º10%50.98%-
XYZ19.2519.719.62-
YUV123.23124.48132.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=35.33%
G=32.88%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012111700.070.10.4918.465.2648.43
Hex82797507A3112530
Octal20217116507126122560
Binary10000010111100111101010111101011000110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827975; }

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

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

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

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

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

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

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

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