Shades of Rusty Nail #856031
Tints of Rusty Nail #856031
RGB
CMYK
RGB Variations
Color information
#856031 (or 0x856031) is known color: Rusty Nail. HEX triplet: 85, 60 and 31. RGB value is (133,96,49). Sum of RGB (Red+Green+Blue) = 133+96+49=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856031 is #7A9FCE. Grayscale: #656565. Windows color (decimal): -8036303 or 3235973. OLE color: 3235973.
HSL color Cylindrical-coordinate representation of color #856031: hue angle of 33.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856031 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 49 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.48 |
| HSL | 33.57º | 0.46% | 0.36% | - |
| HSV(B) | 33.57º | 0.63% | 0.52% | - |
| XYZ | 14.41 | 13.57 | 4.77 | - |
| YUV | 101.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 49 | 0 | 0.28 | 0.63 | 0.48 | 33.57 | 0.46 | 0.36 |
| Hex | 85 | 60 | 31 | 0 | 1C | 3F | 30 | 22 | 2E | 24 |
| Octal | 205 | 140 | 61 | 0 | 34 | 77 | 60 | 42 | 56 | 44 |
| Binary | 10000101 | 1100000 | 110001 | 0 | 11100 | 111111 | 110000 | 100010 | 101110 | 100100 |
Color Harmonies of #856031
Complementary color
Monochromatic Colors of #856031
Black with #856031
Text Example
Text Example
White with #856031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856031; }
p { color: rgb(133,96,49); }
H1.HeaderClassName
{
color: #856031;
}
.AnyTagClassName
{
color: #856031;
}
</style>
background-color css
<style>
a { background-color: #856031; }
a { background-color: rgb(133,96,49); }
div.DivClassName
{
background-color: #856031;
}
.BgClassName
{
background-color: #856031;
}
</style>
border-color css
<style>
span { border-color: #856031; }
span { border-color: rgb(133,96,49); }
td.TdClassName
{
border-color: #856031;
}
.TagClassName
{
border-color: #856031;
}
</style>