Shades of Rusty Nail #875932
Tints of Rusty Nail #875932
RGB
CMYK
RGB Variations
Color information
#875932 (or 0x875932) is known color: Rusty Nail. HEX triplet: 87, 59 and 32. RGB value is (135,89,50). Sum of RGB (Red+Green+Blue) = 135+89+50=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #875932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875932 is #78A6CD. Grayscale: #626262. Windows color (decimal): -7907022 or 3299719. OLE color: 3299719.
HSL color Cylindrical-coordinate representation of color #875932: hue angle of 27.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875932 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 50 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.47 |
| HSL | 27.53º | 0.46% | 0.36% | - |
| HSV(B) | 27.53º | 0.63% | 0.53% | - |
| XYZ | 14.14 | 12.53 | 4.69 | - |
| YUV | 98.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 50 | 0 | 0.34 | 0.63 | 0.47 | 27.53 | 0.46 | 0.36 |
| Hex | 87 | 59 | 32 | 0 | 22 | 3F | 2F | 1C | 2E | 24 |
| Octal | 207 | 131 | 62 | 0 | 42 | 77 | 57 | 34 | 56 | 44 |
| Binary | 10000111 | 1011001 | 110010 | 0 | 100010 | 111111 | 101111 | 11100 | 101110 | 100100 |
Color Harmonies of #875932
Complementary color
Monochromatic Colors of #875932
Black with #875932
Text Example
Text Example
White with #875932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875932; }
p { color: rgb(135,89,50); }
H1.HeaderClassName
{
color: #875932;
}
.AnyTagClassName
{
color: #875932;
}
</style>
background-color css
<style>
a { background-color: #875932; }
a { background-color: rgb(135,89,50); }
div.DivClassName
{
background-color: #875932;
}
.BgClassName
{
background-color: #875932;
}
</style>
border-color css
<style>
span { border-color: #875932; }
span { border-color: rgb(135,89,50); }
td.TdClassName
{
border-color: #875932;
}
.TagClassName
{
border-color: #875932;
}
</style>