Shades of Russet #855116
Tints of Russet #855116
RGB
CMYK
RGB Variations
Color information
#855116 (or 0x855116) is known color: Russet. HEX triplet: 85, 51 and 16. RGB value is (133,81,22). Sum of RGB (Red+Green+Blue) = 133+81+22=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855116 is #7AAEE9. Grayscale: #5A5A5A. Windows color (decimal): -8040170 or 1462661. OLE color: 1462661.
HSL color Cylindrical-coordinate representation of color #855116: hue angle of 31.89º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855116 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 22 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.48 |
| HSL | 31.89º | 0.72% | 0.3% | - |
| HSV(B) | 31.89º | 0.83% | 0.52% | - |
| XYZ | 12.76 | 10.93 | 2.2 | - |
| YUV | 89.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 22 | 0 | 0.39 | 0.83 | 0.48 | 31.89 | 0.72 | 0.3 |
| Hex | 85 | 51 | 16 | 0 | 27 | 53 | 30 | 20 | 48 | 1E |
| Octal | 205 | 121 | 26 | 0 | 47 | 123 | 60 | 40 | 110 | 36 |
| Binary | 10000101 | 1010001 | 10110 | 0 | 100111 | 1010011 | 110000 | 100000 | 1001000 | 11110 |
Color Harmonies of #855116
Complementary color
Monochromatic Colors of #855116
Black with #855116
Text Example
Text Example
White with #855116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855116; }
p { color: rgb(133,81,22); }
H1.HeaderClassName
{
color: #855116;
}
.AnyTagClassName
{
color: #855116;
}
</style>
background-color css
<style>
a { background-color: #855116; }
a { background-color: rgb(133,81,22); }
div.DivClassName
{
background-color: #855116;
}
.BgClassName
{
background-color: #855116;
}
</style>
border-color css
<style>
span { border-color: #855116; }
span { border-color: rgb(133,81,22); }
td.TdClassName
{
border-color: #855116;
}
.TagClassName
{
border-color: #855116;
}
</style>