Shades of Russet #854D16
Tints of Russet #854D16
RGB
CMYK
RGB Variations
Color information
#854D16 (or 0x854D16) is known color: Russet. HEX triplet: 85, 4D and 16. RGB value is (133,77,22). Sum of RGB (Red+Green+Blue) = 133+77+22=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #854D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D16 is #7AB2E9. Grayscale: #575757. Windows color (decimal): -8041194 or 1461637. OLE color: 1461637.
HSL color Cylindrical-coordinate representation of color #854D16: hue angle of 29.73º 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 #854D16 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 22 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.48 |
| HSL | 29.73º | 0.72% | 0.3% | - |
| HSV(B) | 29.73º | 0.83% | 0.52% | - |
| XYZ | 12.47 | 10.35 | 2.1 | - |
| YUV | 87.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 22 | 0 | 0.42 | 0.83 | 0.48 | 29.73 | 0.72 | 0.3 |
| Hex | 85 | 4D | 16 | 0 | 2A | 53 | 30 | 1E | 48 | 1E |
| Octal | 205 | 115 | 26 | 0 | 52 | 123 | 60 | 36 | 110 | 36 |
| Binary | 10000101 | 1001101 | 10110 | 0 | 101010 | 1010011 | 110000 | 11110 | 1001000 | 11110 |
Color Harmonies of #854D16
Complementary color
Monochromatic Colors of #854D16
Black with #854D16
Text Example
Text Example
White with #854D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D16; }
p { color: rgb(133,77,22); }
H1.HeaderClassName
{
color: #854D16;
}
.AnyTagClassName
{
color: #854D16;
}
</style>
background-color css
<style>
a { background-color: #854D16; }
a { background-color: rgb(133,77,22); }
div.DivClassName
{
background-color: #854D16;
}
.BgClassName
{
background-color: #854D16;
}
</style>
border-color css
<style>
span { border-color: #854D16; }
span { border-color: rgb(133,77,22); }
td.TdClassName
{
border-color: #854D16;
}
.TagClassName
{
border-color: #854D16;
}
</style>