Shades of Rusty Nail #856431
Tints of Rusty Nail #856431
RGB
CMYK
RGB Variations
Color information
#856431 (or 0x856431) is known color: Rusty Nail. HEX triplet: 85, 64 and 31. RGB value is (133,100,49). Sum of RGB (Red+Green+Blue) = 133+100+49=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #856431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856431 is #7A9BCE. Grayscale: #686868. Windows color (decimal): -8035279 or 3236997. OLE color: 3236997.
HSL color Cylindrical-coordinate representation of color #856431: hue angle of 36.43º 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 #856431 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 49 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.48 |
| HSL | 36.43º | 0.46% | 0.36% | - |
| HSV(B) | 36.43º | 0.63% | 0.52% | - |
| XYZ | 14.78 | 14.32 | 4.89 | - |
| YUV | 104.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 49 | 0 | 0.25 | 0.63 | 0.48 | 36.43 | 0.46 | 0.36 |
| Hex | 85 | 64 | 31 | 0 | 19 | 3F | 30 | 24 | 2E | 24 |
| Octal | 205 | 144 | 61 | 0 | 31 | 77 | 60 | 44 | 56 | 44 |
| Binary | 10000101 | 1100100 | 110001 | 0 | 11001 | 111111 | 110000 | 100100 | 101110 | 100100 |
Color Harmonies of #856431
Complementary color
Monochromatic Colors of #856431
Black with #856431
Text Example
Text Example
White with #856431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856431; }
p { color: rgb(133,100,49); }
H1.HeaderClassName
{
color: #856431;
}
.AnyTagClassName
{
color: #856431;
}
</style>
background-color css
<style>
a { background-color: #856431; }
a { background-color: rgb(133,100,49); }
div.DivClassName
{
background-color: #856431;
}
.BgClassName
{
background-color: #856431;
}
</style>
border-color css
<style>
span { border-color: #856431; }
span { border-color: rgb(133,100,49); }
td.TdClassName
{
border-color: #856431;
}
.TagClassName
{
border-color: #856431;
}
</style>