Shades of Rusty Nail #856032
Tints of Rusty Nail #856032
RGB
CMYK
RGB Variations
Color information
#856032 (or 0x856032) is known color: Rusty Nail. HEX triplet: 85, 60 and 32. RGB value is (133,96,50). Sum of RGB (Red+Green+Blue) = 133+96+50=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #856032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856032 is #7A9FCD. Grayscale: #666666. Windows color (decimal): -8036302 or 3301509. OLE color: 3301509.
HSL color Cylindrical-coordinate representation of color #856032: hue angle of 33.25º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #856032 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 50 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.48 |
| HSL | 33.25º | 0.45% | 0.36% | - |
| HSV(B) | 33.25º | 0.62% | 0.52% | - |
| XYZ | 14.43 | 13.58 | 4.88 | - |
| YUV | 101.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 50 | 0 | 0.28 | 0.62 | 0.48 | 33.25 | 0.45 | 0.36 |
| Hex | 85 | 60 | 32 | 0 | 1C | 3E | 30 | 21 | 2D | 24 |
| Octal | 205 | 140 | 62 | 0 | 34 | 76 | 60 | 41 | 55 | 44 |
| Binary | 10000101 | 1100000 | 110010 | 0 | 11100 | 111110 | 110000 | 100001 | 101101 | 100100 |
Color Harmonies of #856032
Complementary color
Monochromatic Colors of #856032
Black with #856032
Text Example
Text Example
White with #856032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856032; }
p { color: rgb(133,96,50); }
H1.HeaderClassName
{
color: #856032;
}
.AnyTagClassName
{
color: #856032;
}
</style>
background-color css
<style>
a { background-color: #856032; }
a { background-color: rgb(133,96,50); }
div.DivClassName
{
background-color: #856032;
}
.BgClassName
{
background-color: #856032;
}
</style>
border-color css
<style>
span { border-color: #856032; }
span { border-color: rgb(133,96,50); }
td.TdClassName
{
border-color: #856032;
}
.TagClassName
{
border-color: #856032;
}
</style>