#8A8481

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

Shades of Hurricane #8A8481

Tints of Hurricane #8A8481

Color information

#8A8481 (or 0x8A8481) is unknown color: approx Hurricane. HEX triplet: 8A, 84 and 81. RGB value is (138,132,129). Sum of RGB (Red+Green+Blue) = 138+132+129=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8481 is #757B7E. Grayscale: #858585. Windows color (decimal): -7699327 or 8488074. OLE color: 8488074.

HSL color Cylindrical-coordinate representation of color #8A8481: hue angle of 20º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8481 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB138132129-
CMYK00.040.070.46
HSL20º3.7%52.35%-
HSV(B)20º6.52%54.12%-
XYZ22.6923.4924.11-
YUV133.45125.49131.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=34.59%
G=33.08%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813212900.040.070.46203.752.35
Hex8A84810472E14434
Octal2122042010475624464
Binary100010101000010010000001010011110111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,132,129); }

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

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

 a { background-color: rgb(138,132,129); }

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

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

 span { border-color: rgb(138,132,129); }

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