#82736D

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

Shades of Hurricane #82736D

Tints of Hurricane #82736D

Color information

#82736D (or 0x82736D) is unknown color: approx Hurricane. HEX triplet: 82, 73 and 6D. RGB value is (130,115,109). Sum of RGB (Red+Green+Blue) = 130+115+109=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #82736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82736D is #7D8C92. Grayscale: #767676. Windows color (decimal): -8227987 or 7172994. OLE color: 7172994.

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

Color convert

RGB130115109-
CMYK00.120.160.49
HSL17.14º8.79%46.86%-
HSV(B)17.14º16.15%50.98%-
XYZ18.118.1117.01-
YUV118.8122.47135.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=36.72%
G=32.49%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011510900.120.160.4917.148.7946.86
Hex82736D0C10311192f
Octal2021631550142061211157
Binary10000010111001111011010110010000110001100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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