Shades of Rusty Nail #876430
Tints of Rusty Nail #876430
RGB
CMYK
RGB Variations
Color information
#876430 (or 0x876430) is known color: Rusty Nail. HEX triplet: 87, 64 and 30. RGB value is (135,100,48). Sum of RGB (Red+Green+Blue) = 135+100+48=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #876430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876430 is #789BCF. Grayscale: #686868. Windows color (decimal): -7904208 or 3171463. OLE color: 3171463.
HSL color Cylindrical-coordinate representation of color #876430: hue angle of 35.86º degrees, saturation: 0.48, 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 #876430 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 48 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.47 |
| HSL | 35.86º | 0.48% | 0.36% | - |
| HSV(B) | 35.86º | 0.64% | 0.53% | - |
| XYZ | 15.08 | 14.48 | 4.8 | - |
| YUV | 104.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 48 | 0 | 0.26 | 0.64 | 0.47 | 35.86 | 0.48 | 0.36 |
| Hex | 87 | 64 | 30 | 0 | 1A | 40 | 2F | 24 | 30 | 24 |
| Octal | 207 | 144 | 60 | 0 | 32 | 100 | 57 | 44 | 60 | 44 |
| Binary | 10000111 | 1100100 | 110000 | 0 | 11010 | 1000000 | 101111 | 100100 | 110000 | 100100 |
Color Harmonies of #876430
Complementary color
Monochromatic Colors of #876430
Black with #876430
Text Example
Text Example
White with #876430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876430; }
p { color: rgb(135,100,48); }
H1.HeaderClassName
{
color: #876430;
}
.AnyTagClassName
{
color: #876430;
}
</style>
background-color css
<style>
a { background-color: #876430; }
a { background-color: rgb(135,100,48); }
div.DivClassName
{
background-color: #876430;
}
.BgClassName
{
background-color: #876430;
}
</style>
border-color css
<style>
span { border-color: #876430; }
span { border-color: rgb(135,100,48); }
td.TdClassName
{
border-color: #876430;
}
.TagClassName
{
border-color: #876430;
}
</style>