Shades of Russet #804110
Tints of Russet #804110
RGB
CMYK
RGB Variations
Color information
#804110 (or 0x804110) is known color: Russet. HEX triplet: 80, 41 and 10. RGB value is (128,65,16). Sum of RGB (Red+Green+Blue) = 128+65+16=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #804110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804110 is #7FBEEF. Grayscale: #4E4E4E. Windows color (decimal): -8371952 or 1065344. OLE color: 1065344.
HSL color Cylindrical-coordinate representation of color #804110: hue angle of 26.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #804110 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 16 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.50 |
| HSL | 26.25º | 0.78% | 0.28% | - |
| HSV(B) | 26.25º | 0.88% | 0.5% | - |
| XYZ | 10.89 | 8.41 | 1.54 | - |
| YUV | 78.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 16 | 0 | 0.49 | 0.88 | 0.50 | 26.25 | 0.78 | 0.28 |
| Hex | 80 | 41 | 10 | 0 | 31 | 58 | 32 | 1A | 4E | 1C |
| Octal | 200 | 101 | 20 | 0 | 61 | 130 | 62 | 32 | 116 | 34 |
| Binary | 10000000 | 1000001 | 10000 | 0 | 110001 | 1011000 | 110010 | 11010 | 1001110 | 11100 |
Color Harmonies of #804110
Complementary color
Monochromatic Colors of #804110
Black with #804110
Text Example
Text Example
White with #804110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804110; }
p { color: rgb(128,65,16); }
H1.HeaderClassName
{
color: #804110;
}
.AnyTagClassName
{
color: #804110;
}
</style>
background-color css
<style>
a { background-color: #804110; }
a { background-color: rgb(128,65,16); }
div.DivClassName
{
background-color: #804110;
}
.BgClassName
{
background-color: #804110;
}
</style>
border-color css
<style>
span { border-color: #804110; }
span { border-color: rgb(128,65,16); }
td.TdClassName
{
border-color: #804110;
}
.TagClassName
{
border-color: #804110;
}
</style>