Shades of Rusty Nail #89582D
Tints of Rusty Nail #89582D
RGB
CMYK
RGB Variations
Color information
#89582D (or 0x89582D) is known color: Rusty Nail. HEX triplet: 89, 58 and 2D. RGB value is (137,88,45). Sum of RGB (Red+Green+Blue) = 137+88+45=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89582D is #76A7D2. Grayscale: #616161. Windows color (decimal): -7776211 or 2971785. OLE color: 2971785.
HSL color Cylindrical-coordinate representation of color #89582D: hue angle of 28.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89582D is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 45 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.46 |
| HSL | 28.04º | 0.51% | 0.36% | - |
| HSV(B) | 28.04º | 0.67% | 0.54% | - |
| XYZ | 14.28 | 12.49 | 4.14 | - |
| YUV | 97.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 45 | 0 | 0.36 | 0.67 | 0.46 | 28.04 | 0.51 | 0.36 |
| Hex | 89 | 58 | 2D | 0 | 24 | 43 | 2E | 1C | 33 | 24 |
| Octal | 211 | 130 | 55 | 0 | 44 | 103 | 56 | 34 | 63 | 44 |
| Binary | 10001001 | 1011000 | 101101 | 0 | 100100 | 1000011 | 101110 | 11100 | 110011 | 100100 |
Color Harmonies of #89582D
Complementary color
Monochromatic Colors of #89582D
Black with #89582D
Text Example
Text Example
White with #89582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89582D; }
p { color: rgb(137,88,45); }
H1.HeaderClassName
{
color: #89582D;
}
.AnyTagClassName
{
color: #89582D;
}
</style>
background-color css
<style>
a { background-color: #89582D; }
a { background-color: rgb(137,88,45); }
div.DivClassName
{
background-color: #89582D;
}
.BgClassName
{
background-color: #89582D;
}
</style>
border-color css
<style>
span { border-color: #89582D; }
span { border-color: rgb(137,88,45); }
td.TdClassName
{
border-color: #89582D;
}
.TagClassName
{
border-color: #89582D;
}
</style>