Shades of Russet #804013
Tints of Russet #804013
RGB
CMYK
RGB Variations
Color information
#804013 (or 0x804013) is known color: Russet. HEX triplet: 80, 40 and 13. RGB value is (128,64,19). Sum of RGB (Red+Green+Blue) = 128+64+19=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #804013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804013 is #7FBFEC. Grayscale: #4E4E4E. Windows color (decimal): -8372205 or 1261696. OLE color: 1261696.
HSL color Cylindrical-coordinate representation of color #804013: hue angle of 24.77º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804013 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 19 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.50 |
| HSL | 24.77º | 0.74% | 0.29% | - |
| HSV(B) | 24.77º | 0.85% | 0.5% | - |
| XYZ | 10.85 | 8.3 | 1.65 | - |
| YUV | 78.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 19 | 0 | 0.5 | 0.85 | 0.50 | 24.77 | 0.74 | 0.29 |
| Hex | 80 | 40 | 13 | 0 | 32 | 55 | 32 | 19 | 4A | 1D |
| Octal | 200 | 100 | 23 | 0 | 62 | 125 | 62 | 31 | 112 | 35 |
| Binary | 10000000 | 1000000 | 10011 | 0 | 110010 | 1010101 | 110010 | 11001 | 1001010 | 11101 |
Color Harmonies of #804013
Complementary color
Monochromatic Colors of #804013
Black with #804013
Text Example
Text Example
White with #804013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804013; }
p { color: rgb(128,64,19); }
H1.HeaderClassName
{
color: #804013;
}
.AnyTagClassName
{
color: #804013;
}
</style>
background-color css
<style>
a { background-color: #804013; }
a { background-color: rgb(128,64,19); }
div.DivClassName
{
background-color: #804013;
}
.BgClassName
{
background-color: #804013;
}
</style>
border-color css
<style>
span { border-color: #804013; }
span { border-color: rgb(128,64,19); }
td.TdClassName
{
border-color: #804013;
}
.TagClassName
{
border-color: #804013;
}
</style>