Shades of Russet #854F21
Tints of Russet #854F21
RGB
CMYK
RGB Variations
Color information
#854F21 (or 0x854F21) is known color: Russet. HEX triplet: 85, 4F and 21. RGB value is (133,79,33). Sum of RGB (Red+Green+Blue) = 133+79+33=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #854F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F21 is #7AB0DE. Grayscale: #5A5A5A. Windows color (decimal): -8040671 or 2183045. OLE color: 2183045.
HSL color Cylindrical-coordinate representation of color #854F21: hue angle of 27.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #854F21 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 33 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.48 |
| HSL | 27.6º | 0.6% | 0.33% | - |
| HSV(B) | 27.6º | 0.75% | 0.52% | - |
| XYZ | 12.74 | 10.69 | 2.83 | - |
| YUV | 89.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 33 | 0 | 0.41 | 0.75 | 0.48 | 27.6 | 0.6 | 0.33 |
| Hex | 85 | 4F | 21 | 0 | 29 | 4B | 30 | 1C | 3C | 21 |
| Octal | 205 | 117 | 41 | 0 | 51 | 113 | 60 | 34 | 74 | 41 |
| Binary | 10000101 | 1001111 | 100001 | 0 | 101001 | 1001011 | 110000 | 11100 | 111100 | 100001 |
Color Harmonies of #854F21
Complementary color
Monochromatic Colors of #854F21
Black with #854F21
Text Example
Text Example
White with #854F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F21; }
p { color: rgb(133,79,33); }
H1.HeaderClassName
{
color: #854F21;
}
.AnyTagClassName
{
color: #854F21;
}
</style>
background-color css
<style>
a { background-color: #854F21; }
a { background-color: rgb(133,79,33); }
div.DivClassName
{
background-color: #854F21;
}
.BgClassName
{
background-color: #854F21;
}
</style>
border-color css
<style>
span { border-color: #854F21; }
span { border-color: rgb(133,79,33); }
td.TdClassName
{
border-color: #854F21;
}
.TagClassName
{
border-color: #854F21;
}
</style>