Shades of Rusty Nail #89602A
Tints of Rusty Nail #89602A
RGB
CMYK
RGB Variations
Color information
#89602A (or 0x89602A) is known color: Rusty Nail. HEX triplet: 89, 60 and 2A. RGB value is (137,96,42). Sum of RGB (Red+Green+Blue) = 137+96+42=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #89602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89602A is #769FD5. Grayscale: #666666. Windows color (decimal): -7774166 or 2777225. OLE color: 2777225.
HSL color Cylindrical-coordinate representation of color #89602A: hue angle of 34.11º 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 #89602A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 42 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.46 |
| HSL | 34.11º | 0.53% | 0.35% | - |
| HSV(B) | 34.11º | 0.69% | 0.54% | - |
| XYZ | 14.92 | 13.85 | 4.08 | - |
| YUV | 102.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 42 | 0 | 0.30 | 0.69 | 0.46 | 34.11 | 0.53 | 0.35 |
| Hex | 89 | 60 | 2A | 0 | 1E | 45 | 2E | 22 | 35 | 23 |
| Octal | 211 | 140 | 52 | 0 | 36 | 105 | 56 | 42 | 65 | 43 |
| Binary | 10001001 | 1100000 | 101010 | 0 | 11110 | 1000101 | 101110 | 100010 | 110101 | 100011 |
Color Harmonies of #89602A
Complementary color
Monochromatic Colors of #89602A
Black with #89602A
Text Example
Text Example
White with #89602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89602A; }
p { color: rgb(137,96,42); }
H1.HeaderClassName
{
color: #89602A;
}
.AnyTagClassName
{
color: #89602A;
}
</style>
background-color css
<style>
a { background-color: #89602A; }
a { background-color: rgb(137,96,42); }
div.DivClassName
{
background-color: #89602A;
}
.BgClassName
{
background-color: #89602A;
}
</style>
border-color css
<style>
span { border-color: #89602A; }
span { border-color: rgb(137,96,42); }
td.TdClassName
{
border-color: #89602A;
}
.TagClassName
{
border-color: #89602A;
}
</style>