Shades of Rusty Nail #895931
Tints of Rusty Nail #895931
RGB
CMYK
RGB Variations
Color information
#895931 (or 0x895931) is known color: Rusty Nail. HEX triplet: 89, 59 and 31. RGB value is (137,89,49). Sum of RGB (Red+Green+Blue) = 137+89+49=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895931 is #76A6CE. Grayscale: #636363. Windows color (decimal): -7775951 or 3234185. OLE color: 3234185.
HSL color Cylindrical-coordinate representation of color #895931: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895931 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 49 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.46 |
| HSL | 27.27º | 0.47% | 0.36% | - |
| HSV(B) | 27.27º | 0.64% | 0.54% | - |
| XYZ | 14.44 | 12.68 | 4.59 | - |
| YUV | 98.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 49 | 0 | 0.35 | 0.64 | 0.46 | 27.27 | 0.47 | 0.36 |
| Hex | 89 | 59 | 31 | 0 | 23 | 40 | 2E | 1B | 2F | 24 |
| Octal | 211 | 131 | 61 | 0 | 43 | 100 | 56 | 33 | 57 | 44 |
| Binary | 10001001 | 1011001 | 110001 | 0 | 100011 | 1000000 | 101110 | 11011 | 101111 | 100100 |
Color Harmonies of #895931
Complementary color
Monochromatic Colors of #895931
Black with #895931
Text Example
Text Example
White with #895931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895931; }
p { color: rgb(137,89,49); }
H1.HeaderClassName
{
color: #895931;
}
.AnyTagClassName
{
color: #895931;
}
</style>
background-color css
<style>
a { background-color: #895931; }
a { background-color: rgb(137,89,49); }
div.DivClassName
{
background-color: #895931;
}
.BgClassName
{
background-color: #895931;
}
</style>
border-color css
<style>
span { border-color: #895931; }
span { border-color: rgb(137,89,49); }
td.TdClassName
{
border-color: #895931;
}
.TagClassName
{
border-color: #895931;
}
</style>