Shades of Russet #854816
Tints of Russet #854816
RGB
CMYK
RGB Variations
Color information
#854816 (or 0x854816) is known color: Russet. HEX triplet: 85, 48 and 16. RGB value is (133,72,22). Sum of RGB (Red+Green+Blue) = 133+72+22=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854816 is #7AB7E9. Grayscale: #545454. Windows color (decimal): -8042474 or 1460357. OLE color: 1460357.
HSL color Cylindrical-coordinate representation of color #854816: hue angle of 27.03º 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 #854816 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 22 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.48 |
| HSL | 27.03º | 0.72% | 0.3% | - |
| HSV(B) | 27.03º | 0.83% | 0.52% | - |
| XYZ | 12.14 | 9.68 | 1.99 | - |
| YUV | 84.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 22 | 0 | 0.46 | 0.83 | 0.48 | 27.03 | 0.72 | 0.3 |
| Hex | 85 | 48 | 16 | 0 | 2E | 53 | 30 | 1B | 48 | 1E |
| Octal | 205 | 110 | 26 | 0 | 56 | 123 | 60 | 33 | 110 | 36 |
| Binary | 10000101 | 1001000 | 10110 | 0 | 101110 | 1010011 | 110000 | 11011 | 1001000 | 11110 |
Color Harmonies of #854816
Complementary color
Monochromatic Colors of #854816
Black with #854816
Text Example
Text Example
White with #854816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854816; }
p { color: rgb(133,72,22); }
H1.HeaderClassName
{
color: #854816;
}
.AnyTagClassName
{
color: #854816;
}
</style>
background-color css
<style>
a { background-color: #854816; }
a { background-color: rgb(133,72,22); }
div.DivClassName
{
background-color: #854816;
}
.BgClassName
{
background-color: #854816;
}
</style>
border-color css
<style>
span { border-color: #854816; }
span { border-color: rgb(133,72,22); }
td.TdClassName
{
border-color: #854816;
}
.TagClassName
{
border-color: #854816;
}
</style>