#8D7972

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

Shades of Hurricane #8D7972

Tints of Hurricane #8D7972

Color information

#8D7972 (or 0x8D7972) is unknown color: approx Hurricane. HEX triplet: 8D, 79 and 72. RGB value is (141,121,114). Sum of RGB (Red+Green+Blue) = 141+121+114=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7972 is #72868D. Grayscale: #7E7E7E. Windows color (decimal): -7505550 or 7502221. OLE color: 7502221.

HSL color Cylindrical-coordinate representation of color #8D7972: hue angle of 15.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7972 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB141121114-
CMYK00.140.190.45
HSL15.56º10.59%50%-
HSV(B)15.56º19.15%55.29%-
XYZ20.8620.5518.79-
YUV126.18121.13138.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=37.5%
G=32.18%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112111400.140.190.4515.5610.5950
Hex8D79720E132D10b32
Octal2151711620162355201362
Binary10001101111100111100100111010011101101100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7972; }

 p { color: rgb(141,121,114); }

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

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

 a { background-color: rgb(141,121,114); }

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

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

 span { border-color: rgb(141,121,114); }

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