#8D837F

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

Shades of Hurricane #8D837F

Tints of Hurricane #8D837F

Color information

#8D837F (or 0x8D837F) is unknown color: approx Hurricane. HEX triplet: 8D, 83 and 7F. RGB value is (141,131,127). Sum of RGB (Red+Green+Blue) = 141+131+127=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D837F is #727C80. Grayscale: #858585. Windows color (decimal): -7502977 or 8356749. OLE color: 8356749.

HSL color Cylindrical-coordinate representation of color #8D837F: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D837F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB141131127-
CMYK00.070.100.45
HSL17.14º5.79%52.55%-
HSV(B)17.14º9.93%55.29%-
XYZ22.9323.4323.39-
YUV133.53124.31133.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 127 (50% from 255) = 31.83%
R=35.34%
G=32.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113112700.070.100.4517.145.7952.55
Hex8D837F07A2D11635
Octal21520317707125521665
Binary100011011000001111111110111101010110110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,127); }

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

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

 a { background-color: rgb(141,131,127); }

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

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

 span { border-color: rgb(141,131,127); }

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