Shades of Russet #804421
Tints of Russet #804421
RGB
CMYK
RGB Variations
Color information
#804421 (or 0x804421) is known color: Russet. HEX triplet: 80, 44 and 21. RGB value is (128,68,33). Sum of RGB (Red+Green+Blue) = 128+68+33=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804421 is #7FBBDE. Grayscale: #525252. Windows color (decimal): -8371167 or 2180224. OLE color: 2180224.
HSL color Cylindrical-coordinate representation of color #804421: hue angle of 22.11º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #804421 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 33 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.50 |
| HSL | 22.11º | 0.59% | 0.32% | - |
| HSV(B) | 22.11º | 0.74% | 0.5% | - |
| XYZ | 11.24 | 8.83 | 2.55 | - |
| YUV | 81.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 33 | 0 | 0.47 | 0.74 | 0.50 | 22.11 | 0.59 | 0.32 |
| Hex | 80 | 44 | 21 | 0 | 2F | 4A | 32 | 16 | 3B | 20 |
| Octal | 200 | 104 | 41 | 0 | 57 | 112 | 62 | 26 | 73 | 40 |
| Binary | 10000000 | 1000100 | 100001 | 0 | 101111 | 1001010 | 110010 | 10110 | 111011 | 100000 |
Color Harmonies of #804421
Complementary color
Monochromatic Colors of #804421
Black with #804421
Text Example
Text Example
White with #804421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804421; }
p { color: rgb(128,68,33); }
H1.HeaderClassName
{
color: #804421;
}
.AnyTagClassName
{
color: #804421;
}
</style>
background-color css
<style>
a { background-color: #804421; }
a { background-color: rgb(128,68,33); }
div.DivClassName
{
background-color: #804421;
}
.BgClassName
{
background-color: #804421;
}
</style>
border-color css
<style>
span { border-color: #804421; }
span { border-color: rgb(128,68,33); }
td.TdClassName
{
border-color: #804421;
}
.TagClassName
{
border-color: #804421;
}
</style>