#8B8582

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

Shades of Hurricane #8B8582

Tints of Hurricane #8B8582

Color information

#8B8582 (or 0x8B8582) is unknown color: approx Hurricane. HEX triplet: 8B, 85 and 82. RGB value is (139,133,130). Sum of RGB (Red+Green+Blue) = 139+133+130=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8582 is #747A7D. Grayscale: #868686. Windows color (decimal): -7633534 or 8553867. OLE color: 8553867.

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

Color convert

RGB139133130-
CMYK00.040.060.45
HSL20º3.73%52.75%-
HSV(B)20º6.47%54.51%-
XYZ23.0623.8824.51-
YUV134.45125.49131.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=34.58%
G=33.08%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913313000.040.060.45203.7352.75
Hex8B85820462D14435
Octal2132052020465524465
Binary100010111000010110000010010011010110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,130); }

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

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

 a { background-color: rgb(139,133,130); }

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

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

 span { border-color: rgb(139,133,130); }

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