#82736C

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

Shades of Hurricane #82736C

Tints of Hurricane #82736C

Color information

#82736C (or 0x82736C) is unknown color: approx Hurricane. HEX triplet: 82, 73 and 6C. RGB value is (130,115,108). Sum of RGB (Red+Green+Blue) = 130+115+108=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82736C is #7D8C93. Grayscale: #767676. Windows color (decimal): -8227988 or 7107458. OLE color: 7107458.

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

Color convert

RGB130115108-
CMYK00.120.170.49
HSL19.09º9.24%46.67%-
HSV(B)19.09º16.92%50.98%-
XYZ18.0418.0916.73-
YUV118.69121.97136.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=36.83%
G=32.58%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011510800.120.170.4919.099.2446.67
Hex82736C0C11311392f
Octal2021631540142161231157
Binary10000010111001111011000110010001110001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82736C; }

 p { color: rgb(130,115,108); }

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

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

 a { background-color: rgb(130,115,108); }

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

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

 span { border-color: rgb(130,115,108); }

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