Shades of Russet #804122
Tints of Russet #804122
RGB
CMYK
RGB Variations
Color information
#804122 (or 0x804122) is known color: Russet. HEX triplet: 80, 41 and 22. RGB value is (128,65,34). Sum of RGB (Red+Green+Blue) = 128+65+34=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #804122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804122 is #7FBEDD. Grayscale: #505050. Windows color (decimal): -8371934 or 2244992. OLE color: 2244992.
HSL color Cylindrical-coordinate representation of color #804122: hue angle of 19.79º 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 #804122 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 34 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.50 |
| HSL | 19.79º | 0.58% | 0.32% | - |
| HSV(B) | 19.79º | 0.73% | 0.5% | - |
| XYZ | 11.08 | 8.49 | 2.57 | - |
| YUV | 80.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 34 | 0 | 0.49 | 0.73 | 0.50 | 19.79 | 0.58 | 0.32 |
| Hex | 80 | 41 | 22 | 0 | 31 | 49 | 32 | 14 | 3A | 20 |
| Octal | 200 | 101 | 42 | 0 | 61 | 111 | 62 | 24 | 72 | 40 |
| Binary | 10000000 | 1000001 | 100010 | 0 | 110001 | 1001001 | 110010 | 10100 | 111010 | 100000 |
Color Harmonies of #804122
Complementary color
Monochromatic Colors of #804122
Black with #804122
Text Example
Text Example
White with #804122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804122; }
p { color: rgb(128,65,34); }
H1.HeaderClassName
{
color: #804122;
}
.AnyTagClassName
{
color: #804122;
}
</style>
background-color css
<style>
a { background-color: #804122; }
a { background-color: rgb(128,65,34); }
div.DivClassName
{
background-color: #804122;
}
.BgClassName
{
background-color: #804122;
}
</style>
border-color css
<style>
span { border-color: #804122; }
span { border-color: rgb(128,65,34); }
td.TdClassName
{
border-color: #804122;
}
.TagClassName
{
border-color: #804122;
}
</style>