Shades of Russet #805020
Tints of Russet #805020
RGB
CMYK
RGB Variations
Color information
#805020 (or 0x805020) is known color: Russet. HEX triplet: 80, 50 and 20. RGB value is (128,80,32). Sum of RGB (Red+Green+Blue) = 128+80+32=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #805020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805020 is #7FAFDF. Grayscale: #595959. Windows color (decimal): -8368096 or 2117760. OLE color: 2117760.
HSL color Cylindrical-coordinate representation of color #805020: hue angle of 30º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #805020 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 32 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.50 |
| HSL | 30º | 0.6% | 0.31% | - |
| HSV(B) | 30º | 0.75% | 0.5% | - |
| XYZ | 12.03 | 10.43 | 2.75 | - |
| YUV | 88.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 32 | 0 | 0.38 | 0.75 | 0.50 | 30 | 0.6 | 0.31 |
| Hex | 80 | 50 | 20 | 0 | 26 | 4B | 32 | 1E | 3C | 1F |
| Octal | 200 | 120 | 40 | 0 | 46 | 113 | 62 | 36 | 74 | 37 |
| Binary | 10000000 | 1010000 | 100000 | 0 | 100110 | 1001011 | 110010 | 11110 | 111100 | 11111 |
Color Harmonies of #805020
Complementary color
Monochromatic Colors of #805020
Black with #805020
Text Example
Text Example
White with #805020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805020; }
p { color: rgb(128,80,32); }
H1.HeaderClassName
{
color: #805020;
}
.AnyTagClassName
{
color: #805020;
}
</style>
background-color css
<style>
a { background-color: #805020; }
a { background-color: rgb(128,80,32); }
div.DivClassName
{
background-color: #805020;
}
.BgClassName
{
background-color: #805020;
}
</style>
border-color css
<style>
span { border-color: #805020; }
span { border-color: rgb(128,80,32); }
td.TdClassName
{
border-color: #805020;
}
.TagClassName
{
border-color: #805020;
}
</style>