#8D7D73

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

Shades of Hurricane #8D7D73

Tints of Hurricane #8D7D73

Color information

#8D7D73 (or 0x8D7D73) is unknown color: approx Hurricane. HEX triplet: 8D, 7D and 73. RGB value is (141,125,115). Sum of RGB (Red+Green+Blue) = 141+125+115=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7D73 is #72828C. Grayscale: #808080. Windows color (decimal): -7504525 or 7568781. OLE color: 7568781.

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

Color convert

RGB141125115-
CMYK00.110.180.45
HSL23.08º10.24%50.2%-
HSV(B)23.08º18.44%55.29%-
XYZ21.4121.5719.25-
YUV128.64120.3136.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=37.01%
G=32.81%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112511500.110.180.4523.0810.2450.2
Hex8D7D730B122D17a32
Octal2151751630132255271262
Binary10001101111110111100110101110010101101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,115); }

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

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

 a { background-color: rgb(141,125,115); }

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

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

 span { border-color: rgb(141,125,115); }

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