#8B8581

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

Shades of Hurricane #8B8581

Tints of Hurricane #8B8581

Color information

#8B8581 (or 0x8B8581) is unknown color: approx Hurricane. HEX triplet: 8B, 85 and 81. RGB value is (139,133,129). Sum of RGB (Red+Green+Blue) = 139+133+129=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8581 is #747A7E. Grayscale: #868686. Windows color (decimal): -7633535 or 8488331. OLE color: 8488331.

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

Color convert

RGB139133129-
CMYK00.040.070.45
HSL24º4.13%52.55%-
HSV(B)24º7.19%54.51%-
XYZ2323.8524.16-
YUV134.34124.99131.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=34.66%
G=33.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913312900.040.070.45244.1352.55
Hex8B85810472D18435
Octal2132052010475530465
Binary100010111000010110000001010011110110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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