Shades of Rusty Nail #89572E
Tints of Rusty Nail #89572E
RGB
CMYK
RGB Variations
Color information
#89572E (or 0x89572E) is known color: Rusty Nail. HEX triplet: 89, 57 and 2E. RGB value is (137,87,46). Sum of RGB (Red+Green+Blue) = 137+87+46=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89572E is #76A8D1. Grayscale: #616161. Windows color (decimal): -7776466 or 3037065. OLE color: 3037065.
HSL color Cylindrical-coordinate representation of color #89572E: hue angle of 27.03º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89572E is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 46 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.46 |
| HSL | 27.03º | 0.5% | 0.36% | - |
| HSV(B) | 27.03º | 0.66% | 0.54% | - |
| XYZ | 14.22 | 12.33 | 4.22 | - |
| YUV | 97.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 46 | 0 | 0.36 | 0.66 | 0.46 | 27.03 | 0.5 | 0.36 |
| Hex | 89 | 57 | 2E | 0 | 24 | 42 | 2E | 1B | 32 | 24 |
| Octal | 211 | 127 | 56 | 0 | 44 | 102 | 56 | 33 | 62 | 44 |
| Binary | 10001001 | 1010111 | 101110 | 0 | 100100 | 1000010 | 101110 | 11011 | 110010 | 100100 |
Color Harmonies of #89572E
Complementary color
Monochromatic Colors of #89572E
Black with #89572E
Text Example
Text Example
White with #89572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89572E; }
p { color: rgb(137,87,46); }
H1.HeaderClassName
{
color: #89572E;
}
.AnyTagClassName
{
color: #89572E;
}
</style>
background-color css
<style>
a { background-color: #89572E; }
a { background-color: rgb(137,87,46); }
div.DivClassName
{
background-color: #89572E;
}
.BgClassName
{
background-color: #89572E;
}
</style>
border-color css
<style>
span { border-color: #89572E; }
span { border-color: rgb(137,87,46); }
td.TdClassName
{
border-color: #89572E;
}
.TagClassName
{
border-color: #89572E;
}
</style>