#8C837F

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

Shades of Hurricane #8C837F

Tints of Hurricane #8C837F

Color information

#8C837F (or 0x8C837F) is unknown color: approx Hurricane. HEX triplet: 8C, 83 and 7F. RGB value is (140,131,127). Sum of RGB (Red+Green+Blue) = 140+131+127=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C837F is #737C80. Grayscale: #858585. Windows color (decimal): -7568513 or 8356748. OLE color: 8356748.

HSL color Cylindrical-coordinate representation of color #8C837F: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C837F is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140131127-
CMYK00.060.090.45
HSL18.46º5.35%52.35%-
HSV(B)18.46º9.29%54.9%-
XYZ22.7623.3423.38-
YUV133.23124.48132.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 127 (50% from 255) = 31.91%
R=35.18%
G=32.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112700.060.090.4518.465.3552.35
Hex8C837F0692D12534
Octal21420317706115522564
Binary100011001000001111111110110100110110110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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