Shades of Russet #804113
Tints of Russet #804113
RGB
CMYK
RGB Variations
Color information
#804113 (or 0x804113) is known color: Russet. HEX triplet: 80, 41 and 13. RGB value is (128,65,19). Sum of RGB (Red+Green+Blue) = 128+65+19=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #804113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804113 is #7FBEEC. Grayscale: #4E4E4E. Windows color (decimal): -8371949 or 1261952. OLE color: 1261952.
HSL color Cylindrical-coordinate representation of color #804113: hue angle of 25.32º 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 #804113 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 19 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.50 |
| HSL | 25.32º | 0.74% | 0.29% | - |
| HSV(B) | 25.32º | 0.85% | 0.5% | - |
| XYZ | 10.91 | 8.42 | 1.67 | - |
| YUV | 78.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 19 | 0 | 0.49 | 0.85 | 0.50 | 25.32 | 0.74 | 0.29 |
| Hex | 80 | 41 | 13 | 0 | 31 | 55 | 32 | 19 | 4A | 1D |
| Octal | 200 | 101 | 23 | 0 | 61 | 125 | 62 | 31 | 112 | 35 |
| Binary | 10000000 | 1000001 | 10011 | 0 | 110001 | 1010101 | 110010 | 11001 | 1001010 | 11101 |
Color Harmonies of #804113
Complementary color
Monochromatic Colors of #804113
Black with #804113
Text Example
Text Example
White with #804113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804113; }
p { color: rgb(128,65,19); }
H1.HeaderClassName
{
color: #804113;
}
.AnyTagClassName
{
color: #804113;
}
</style>
background-color css
<style>
a { background-color: #804113; }
a { background-color: rgb(128,65,19); }
div.DivClassName
{
background-color: #804113;
}
.BgClassName
{
background-color: #804113;
}
</style>
border-color css
<style>
span { border-color: #804113; }
span { border-color: rgb(128,65,19); }
td.TdClassName
{
border-color: #804113;
}
.TagClassName
{
border-color: #804113;
}
</style>