Shades of Rusty Nail #856231
Tints of Rusty Nail #856231
RGB
CMYK
RGB Variations
Color information
#856231 (or 0x856231) is known color: Rusty Nail. HEX triplet: 85, 62 and 31. RGB value is (133,98,49). Sum of RGB (Red+Green+Blue) = 133+98+49=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #856231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856231 is #7A9DCE. Grayscale: #676767. Windows color (decimal): -8035791 or 3236485. OLE color: 3236485.
HSL color Cylindrical-coordinate representation of color #856231: hue angle of 35º 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 #856231 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 49 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.48 |
| HSL | 35º | 0.46% | 0.36% | - |
| HSV(B) | 35º | 0.63% | 0.52% | - |
| XYZ | 14.59 | 13.94 | 4.83 | - |
| YUV | 102.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 49 | 0 | 0.26 | 0.63 | 0.48 | 35 | 0.46 | 0.36 |
| Hex | 85 | 62 | 31 | 0 | 1A | 3F | 30 | 23 | 2E | 24 |
| Octal | 205 | 142 | 61 | 0 | 32 | 77 | 60 | 43 | 56 | 44 |
| Binary | 10000101 | 1100010 | 110001 | 0 | 11010 | 111111 | 110000 | 100011 | 101110 | 100100 |
Color Harmonies of #856231
Complementary color
Monochromatic Colors of #856231
Black with #856231
Text Example
Text Example
White with #856231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856231; }
p { color: rgb(133,98,49); }
H1.HeaderClassName
{
color: #856231;
}
.AnyTagClassName
{
color: #856231;
}
</style>
background-color css
<style>
a { background-color: #856231; }
a { background-color: rgb(133,98,49); }
div.DivClassName
{
background-color: #856231;
}
.BgClassName
{
background-color: #856231;
}
</style>
border-color css
<style>
span { border-color: #856231; }
span { border-color: rgb(133,98,49); }
td.TdClassName
{
border-color: #856231;
}
.TagClassName
{
border-color: #856231;
}
</style>