Shades of Russet #804022
Tints of Russet #804022
RGB
CMYK
RGB Variations
Color information
#804022 (or 0x804022) is known color: Russet. HEX triplet: 80, 40 and 22. RGB value is (128,64,34). Sum of RGB (Red+Green+Blue) = 128+64+34=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #804022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804022 is #7FBFDD. Grayscale: #4F4F4F. Windows color (decimal): -8372190 or 2244736. OLE color: 2244736.
HSL color Cylindrical-coordinate representation of color #804022: hue angle of 19.15º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #804022 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 34 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.50 |
| HSL | 19.15º | 0.58% | 0.32% | - |
| HSV(B) | 19.15º | 0.73% | 0.5% | - |
| XYZ | 11.02 | 8.37 | 2.55 | - |
| YUV | 79.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 34 | 0 | 0.5 | 0.73 | 0.50 | 19.15 | 0.58 | 0.32 |
| Hex | 80 | 40 | 22 | 0 | 32 | 49 | 32 | 13 | 3A | 20 |
| Octal | 200 | 100 | 42 | 0 | 62 | 111 | 62 | 23 | 72 | 40 |
| Binary | 10000000 | 1000000 | 100010 | 0 | 110010 | 1001001 | 110010 | 10011 | 111010 | 100000 |
Color Harmonies of #804022
Complementary color
Monochromatic Colors of #804022
Black with #804022
Text Example
Text Example
White with #804022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804022; }
p { color: rgb(128,64,34); }
H1.HeaderClassName
{
color: #804022;
}
.AnyTagClassName
{
color: #804022;
}
</style>
background-color css
<style>
a { background-color: #804022; }
a { background-color: rgb(128,64,34); }
div.DivClassName
{
background-color: #804022;
}
.BgClassName
{
background-color: #804022;
}
</style>
border-color css
<style>
span { border-color: #804022; }
span { border-color: rgb(128,64,34); }
td.TdClassName
{
border-color: #804022;
}
.TagClassName
{
border-color: #804022;
}
</style>