#8B8480

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

Shades of Hurricane #8B8480

Tints of Hurricane #8B8480

Color information

#8B8480 (or 0x8B8480) is unknown color: approx Hurricane. HEX triplet: 8B, 84 and 80. RGB value is (139,132,128). Sum of RGB (Red+Green+Blue) = 139+132+128=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8480 is #747B7F. Grayscale: #858585. Windows color (decimal): -7633792 or 8422539. OLE color: 8422539.

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

Color convert

RGB139132128-
CMYK00.050.080.45
HSL21.82º4.53%52.35%-
HSV(B)21.82º7.91%54.51%-
XYZ22.823.5523.77-
YUV133.64124.82131.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=34.84%
G=33.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913212800.050.080.4521.824.5352.35
Hex8B84800582D16534
Octal21320420005105526564
Binary1000101110000100100000000101100010110110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,128); }

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

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

 a { background-color: rgb(139,132,128); }

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

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

 span { border-color: rgb(139,132,128); }

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