Shades of Russet #854220
Tints of Russet #854220
RGB
CMYK
RGB Variations
Color information
#854220 (or 0x854220) is known color: Russet. HEX triplet: 85, 42 and 20. RGB value is (133,66,32). Sum of RGB (Red+Green+Blue) = 133+66+32=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854220 is #7ABDDF. Grayscale: #525252. Windows color (decimal): -8044000 or 2114181. OLE color: 2114181.
HSL color Cylindrical-coordinate representation of color #854220: hue angle of 20.2º 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 #854220 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 32 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.48 |
| HSL | 20.2º | 0.61% | 0.32% | - |
| HSV(B) | 20.2º | 0.76% | 0.52% | - |
| XYZ | 11.88 | 8.99 | 2.47 | - |
| YUV | 82.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 32 | 0 | 0.50 | 0.76 | 0.48 | 20.2 | 0.61 | 0.32 |
| Hex | 85 | 42 | 20 | 0 | 32 | 4C | 30 | 14 | 3D | 20 |
| Octal | 205 | 102 | 40 | 0 | 62 | 114 | 60 | 24 | 75 | 40 |
| Binary | 10000101 | 1000010 | 100000 | 0 | 110010 | 1001100 | 110000 | 10100 | 111101 | 100000 |
Color Harmonies of #854220
Complementary color
Monochromatic Colors of #854220
Black with #854220
Text Example
Text Example
White with #854220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854220; }
p { color: rgb(133,66,32); }
H1.HeaderClassName
{
color: #854220;
}
.AnyTagClassName
{
color: #854220;
}
</style>
background-color css
<style>
a { background-color: #854220; }
a { background-color: rgb(133,66,32); }
div.DivClassName
{
background-color: #854220;
}
.BgClassName
{
background-color: #854220;
}
</style>
border-color css
<style>
span { border-color: #854220; }
span { border-color: rgb(133,66,32); }
td.TdClassName
{
border-color: #854220;
}
.TagClassName
{
border-color: #854220;
}
</style>