Shades of Russet #854A16
Tints of Russet #854A16
RGB
CMYK
RGB Variations
Color information
#854A16 (or 0x854A16) is known color: Russet. HEX triplet: 85, 4A and 16. RGB value is (133,74,22). Sum of RGB (Red+Green+Blue) = 133+74+22=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #854A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A16 is #7AB5E9. Grayscale: #555555. Windows color (decimal): -8041962 or 1460869. OLE color: 1460869.
HSL color Cylindrical-coordinate representation of color #854A16: hue angle of 28.11º 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 #854A16 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 22 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.48 |
| HSL | 28.11º | 0.72% | 0.3% | - |
| HSV(B) | 28.11º | 0.83% | 0.52% | - |
| XYZ | 12.27 | 9.94 | 2.03 | - |
| YUV | 85.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 22 | 0 | 0.44 | 0.83 | 0.48 | 28.11 | 0.72 | 0.3 |
| Hex | 85 | 4A | 16 | 0 | 2C | 53 | 30 | 1C | 48 | 1E |
| Octal | 205 | 112 | 26 | 0 | 54 | 123 | 60 | 34 | 110 | 36 |
| Binary | 10000101 | 1001010 | 10110 | 0 | 101100 | 1010011 | 110000 | 11100 | 1001000 | 11110 |
Color Harmonies of #854A16
Complementary color
Monochromatic Colors of #854A16
Black with #854A16
Text Example
Text Example
White with #854A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A16; }
p { color: rgb(133,74,22); }
H1.HeaderClassName
{
color: #854A16;
}
.AnyTagClassName
{
color: #854A16;
}
</style>
background-color css
<style>
a { background-color: #854A16; }
a { background-color: rgb(133,74,22); }
div.DivClassName
{
background-color: #854A16;
}
.BgClassName
{
background-color: #854A16;
}
</style>
border-color css
<style>
span { border-color: #854A16; }
span { border-color: rgb(133,74,22); }
td.TdClassName
{
border-color: #854A16;
}
.TagClassName
{
border-color: #854A16;
}
</style>