Shades of Russet #854021
Tints of Russet #854021
RGB
CMYK
RGB Variations
Color information
#854021 (or 0x854021) is known color: Russet. HEX triplet: 85, 40 and 21. RGB value is (133,64,33). Sum of RGB (Red+Green+Blue) = 133+64+33=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #854021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854021 is #7ABFDE. Grayscale: #515151. Windows color (decimal): -8044511 or 2179205. OLE color: 2179205.
HSL color Cylindrical-coordinate representation of color #854021: hue angle of 18.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 #854021 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 33 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.48 |
| HSL | 18.6º | 0.6% | 0.33% | - |
| HSV(B) | 18.6º | 0.75% | 0.52% | - |
| XYZ | 11.78 | 8.76 | 2.51 | - |
| YUV | 81.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 33 | 0 | 0.52 | 0.75 | 0.48 | 18.6 | 0.6 | 0.33 |
| Hex | 85 | 40 | 21 | 0 | 34 | 4B | 30 | 13 | 3C | 21 |
| Octal | 205 | 100 | 41 | 0 | 64 | 113 | 60 | 23 | 74 | 41 |
| Binary | 10000101 | 1000000 | 100001 | 0 | 110100 | 1001011 | 110000 | 10011 | 111100 | 100001 |
Color Harmonies of #854021
Complementary color
Monochromatic Colors of #854021
Black with #854021
Text Example
Text Example
White with #854021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854021; }
p { color: rgb(133,64,33); }
H1.HeaderClassName
{
color: #854021;
}
.AnyTagClassName
{
color: #854021;
}
</style>
background-color css
<style>
a { background-color: #854021; }
a { background-color: rgb(133,64,33); }
div.DivClassName
{
background-color: #854021;
}
.BgClassName
{
background-color: #854021;
}
</style>
border-color css
<style>
span { border-color: #854021; }
span { border-color: rgb(133,64,33); }
td.TdClassName
{
border-color: #854021;
}
.TagClassName
{
border-color: #854021;
}
</style>