Shades of Hurricane #898582
Tints of Hurricane #898582
RGB
CMYK
RGB Variations
Color information
#898582 (or 0x898582) is known color: Hurricane. HEX triplet: 89, 85 and 82. RGB value is (137,133,130). Sum of RGB (Red+Green+Blue) = 137+133+130=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898582 is #767A7D. Grayscale: #858585. Windows color (decimal): -7764606 or 8553865. OLE color: 8553865.
HSL color Cylindrical-coordinate representation of color #898582: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898582 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 130 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.46 |
| HSL | 25.71º | 0.03% | 0.52% | - |
| HSV(B) | 25.71º | 0.05% | 0.54% | - |
| XYZ | 22.73 | 23.71 | 24.5 | - |
| YUV | 133.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 130 | 0 | 0.03 | 0.05 | 0.46 | 25.71 | 0.03 | 0.52 |
| Hex | 89 | 85 | 82 | 0 | 3 | 5 | 2E | 1A | 3 | 34 |
| Octal | 211 | 205 | 202 | 0 | 3 | 5 | 56 | 32 | 3 | 64 |
| Binary | 10001001 | 10000101 | 10000010 | 0 | 11 | 101 | 101110 | 11010 | 11 | 110100 |
Color Harmonies of #898582
Complementary color
Monochromatic Colors of #898582
Black with #898582
Text Example
Text Example
White with #898582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898582; }
p { color: rgb(137,133,130); }
H1.HeaderClassName
{
color: #898582;
}
.AnyTagClassName
{
color: #898582;
}
</style>
background-color css
<style>
a { background-color: #898582; }
a { background-color: rgb(137,133,130); }
div.DivClassName
{
background-color: #898582;
}
.BgClassName
{
background-color: #898582;
}
</style>
border-color css
<style>
span { border-color: #898582; }
span { border-color: rgb(137,133,130); }
td.TdClassName
{
border-color: #898582;
}
.TagClassName
{
border-color: #898582;
}
</style>