Shades of Rusty Nail #89592A
Tints of Rusty Nail #89592A
RGB
CMYK
RGB Variations
Color information
#89592A (or 0x89592A) is known color: Rusty Nail. HEX triplet: 89, 59 and 2A. RGB value is (137,89,42). Sum of RGB (Red+Green+Blue) = 137+89+42=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89592A is #76A6D5. Grayscale: #626262. Windows color (decimal): -7775958 or 2775433. OLE color: 2775433.
HSL color Cylindrical-coordinate representation of color #89592A: hue angle of 29.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89592A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 42 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.46 |
| HSL | 29.68º | 0.53% | 0.35% | - |
| HSV(B) | 29.68º | 0.69% | 0.54% | - |
| XYZ | 14.31 | 12.63 | 3.87 | - |
| YUV | 97.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 42 | 0 | 0.35 | 0.69 | 0.46 | 29.68 | 0.53 | 0.35 |
| Hex | 89 | 59 | 2A | 0 | 23 | 45 | 2E | 1E | 35 | 23 |
| Octal | 211 | 131 | 52 | 0 | 43 | 105 | 56 | 36 | 65 | 43 |
| Binary | 10001001 | 1011001 | 101010 | 0 | 100011 | 1000101 | 101110 | 11110 | 110101 | 100011 |
Color Harmonies of #89592A
Complementary color
Monochromatic Colors of #89592A
Black with #89592A
Text Example
Text Example
White with #89592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89592A; }
p { color: rgb(137,89,42); }
H1.HeaderClassName
{
color: #89592A;
}
.AnyTagClassName
{
color: #89592A;
}
</style>
background-color css
<style>
a { background-color: #89592A; }
a { background-color: rgb(137,89,42); }
div.DivClassName
{
background-color: #89592A;
}
.BgClassName
{
background-color: #89592A;
}
</style>
border-color css
<style>
span { border-color: #89592A; }
span { border-color: rgb(137,89,42); }
td.TdClassName
{
border-color: #89592A;
}
.TagClassName
{
border-color: #89592A;
}
</style>