Shades of Rusty Nail #875931
Tints of Rusty Nail #875931
RGB
CMYK
RGB Variations
Color information
#875931 (or 0x875931) is known color: Rusty Nail. HEX triplet: 87, 59 and 31. RGB value is (135,89,49). Sum of RGB (Red+Green+Blue) = 135+89+49=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875931 is #78A6CE. Grayscale: #626262. Windows color (decimal): -7907023 or 3234183. OLE color: 3234183.
HSL color Cylindrical-coordinate representation of color #875931: hue angle of 27.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875931 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 49 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.47 |
| HSL | 27.91º | 0.47% | 0.36% | - |
| HSV(B) | 27.91º | 0.64% | 0.53% | - |
| XYZ | 14.12 | 12.52 | 4.58 | - |
| YUV | 98.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 49 | 0 | 0.34 | 0.64 | 0.47 | 27.91 | 0.47 | 0.36 |
| Hex | 87 | 59 | 31 | 0 | 22 | 40 | 2F | 1C | 2F | 24 |
| Octal | 207 | 131 | 61 | 0 | 42 | 100 | 57 | 34 | 57 | 44 |
| Binary | 10000111 | 1011001 | 110001 | 0 | 100010 | 1000000 | 101111 | 11100 | 101111 | 100100 |
Color Harmonies of #875931
Complementary color
Monochromatic Colors of #875931
Black with #875931
Text Example
Text Example
White with #875931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875931; }
p { color: rgb(135,89,49); }
H1.HeaderClassName
{
color: #875931;
}
.AnyTagClassName
{
color: #875931;
}
</style>
background-color css
<style>
a { background-color: #875931; }
a { background-color: rgb(135,89,49); }
div.DivClassName
{
background-color: #875931;
}
.BgClassName
{
background-color: #875931;
}
</style>
border-color css
<style>
span { border-color: #875931; }
span { border-color: rgb(135,89,49); }
td.TdClassName
{
border-color: #875931;
}
.TagClassName
{
border-color: #875931;
}
</style>