Shades of Russet #804014
Tints of Russet #804014
RGB
CMYK
RGB Variations
Color information
#804014 (or 0x804014) is known color: Russet. HEX triplet: 80, 40 and 14. RGB value is (128,64,20). Sum of RGB (Red+Green+Blue) = 128+64+20=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #804014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804014 is #7FBFEB. Grayscale: #4E4E4E. Windows color (decimal): -8372204 or 1327232. OLE color: 1327232.
HSL color Cylindrical-coordinate representation of color #804014: hue angle of 24.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804014 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 20 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.50 |
| HSL | 24.44º | 0.73% | 0.29% | - |
| HSV(B) | 24.44º | 0.84% | 0.5% | - |
| XYZ | 10.86 | 8.31 | 1.69 | - |
| YUV | 78.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 20 | 0 | 0.5 | 0.84 | 0.50 | 24.44 | 0.73 | 0.29 |
| Hex | 80 | 40 | 14 | 0 | 32 | 54 | 32 | 18 | 49 | 1D |
| Octal | 200 | 100 | 24 | 0 | 62 | 124 | 62 | 30 | 111 | 35 |
| Binary | 10000000 | 1000000 | 10100 | 0 | 110010 | 1010100 | 110010 | 11000 | 1001001 | 11101 |
Color Harmonies of #804014
Complementary color
Monochromatic Colors of #804014
Black with #804014
Text Example
Text Example
White with #804014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804014; }
p { color: rgb(128,64,20); }
H1.HeaderClassName
{
color: #804014;
}
.AnyTagClassName
{
color: #804014;
}
</style>
background-color css
<style>
a { background-color: #804014; }
a { background-color: rgb(128,64,20); }
div.DivClassName
{
background-color: #804014;
}
.BgClassName
{
background-color: #804014;
}
</style>
border-color css
<style>
span { border-color: #804014; }
span { border-color: rgb(128,64,20); }
td.TdClassName
{
border-color: #804014;
}
.TagClassName
{
border-color: #804014;
}
</style>