Shades of Russet #805019
Tints of Russet #805019
RGB
CMYK
RGB Variations
Color information
#805019 (or 0x805019) is known color: Russet. HEX triplet: 80, 50 and 19. RGB value is (128,80,25). Sum of RGB (Red+Green+Blue) = 128+80+25=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #805019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805019 is #7FAFE6. Grayscale: #585858. Windows color (decimal): -8368103 or 1659008. OLE color: 1659008.
HSL color Cylindrical-coordinate representation of color #805019: hue angle of 32.04º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #805019 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 25 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.50 |
| HSL | 32.04º | 0.67% | 0.3% | - |
| HSV(B) | 32.04º | 0.8% | 0.5% | - |
| XYZ | 11.95 | 10.4 | 2.3 | - |
| YUV | 88.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 25 | 0 | 0.38 | 0.80 | 0.50 | 32.04 | 0.67 | 0.3 |
| Hex | 80 | 50 | 19 | 0 | 26 | 50 | 32 | 20 | 43 | 1E |
| Octal | 200 | 120 | 31 | 0 | 46 | 120 | 62 | 40 | 103 | 36 |
| Binary | 10000000 | 1010000 | 11001 | 0 | 100110 | 1010000 | 110010 | 100000 | 1000011 | 11110 |
Color Harmonies of #805019
Complementary color
Monochromatic Colors of #805019
Black with #805019
Text Example
Text Example
White with #805019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805019; }
p { color: rgb(128,80,25); }
H1.HeaderClassName
{
color: #805019;
}
.AnyTagClassName
{
color: #805019;
}
</style>
background-color css
<style>
a { background-color: #805019; }
a { background-color: rgb(128,80,25); }
div.DivClassName
{
background-color: #805019;
}
.BgClassName
{
background-color: #805019;
}
</style>
border-color css
<style>
span { border-color: #805019; }
span { border-color: rgb(128,80,25); }
td.TdClassName
{
border-color: #805019;
}
.TagClassName
{
border-color: #805019;
}
</style>