Shades of Russet #854020
Tints of Russet #854020
RGB
CMYK
RGB Variations
Color information
#854020 (or 0x854020) is known color: Russet. HEX triplet: 85, 40 and 20. RGB value is (133,64,32). Sum of RGB (Red+Green+Blue) = 133+64+32=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #854020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854020 is #7ABFDF. Grayscale: #515151. Windows color (decimal): -8044512 or 2113669. OLE color: 2113669.
HSL color Cylindrical-coordinate representation of color #854020: hue angle of 19.01º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #854020 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 32 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.48 |
| HSL | 19.01º | 0.61% | 0.32% | - |
| HSV(B) | 19.01º | 0.76% | 0.52% | - |
| XYZ | 11.77 | 8.76 | 2.44 | - |
| YUV | 80.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 32 | 0 | 0.52 | 0.76 | 0.48 | 19.01 | 0.61 | 0.32 |
| Hex | 85 | 40 | 20 | 0 | 34 | 4C | 30 | 13 | 3D | 20 |
| Octal | 205 | 100 | 40 | 0 | 64 | 114 | 60 | 23 | 75 | 40 |
| Binary | 10000101 | 1000000 | 100000 | 0 | 110100 | 1001100 | 110000 | 10011 | 111101 | 100000 |
Color Harmonies of #854020
Complementary color
Monochromatic Colors of #854020
Black with #854020
Text Example
Text Example
White with #854020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854020; }
p { color: rgb(133,64,32); }
H1.HeaderClassName
{
color: #854020;
}
.AnyTagClassName
{
color: #854020;
}
</style>
background-color css
<style>
a { background-color: #854020; }
a { background-color: rgb(133,64,32); }
div.DivClassName
{
background-color: #854020;
}
.BgClassName
{
background-color: #854020;
}
</style>
border-color css
<style>
span { border-color: #854020; }
span { border-color: rgb(133,64,32); }
td.TdClassName
{
border-color: #854020;
}
.TagClassName
{
border-color: #854020;
}
</style>