Shades of Russet #804911
Tints of Russet #804911
RGB
CMYK
RGB Variations
Color information
#804911 (or 0x804911) is known color: Russet. HEX triplet: 80, 49 and 11. RGB value is (128,73,17). Sum of RGB (Red+Green+Blue) = 128+73+17=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804911 is #7FB6EE. Grayscale: #535353. Windows color (decimal): -8369903 or 1132928. OLE color: 1132928.
HSL color Cylindrical-coordinate representation of color #804911: hue angle of 30.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #804911 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 17 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.50 |
| HSL | 30.27º | 0.77% | 0.28% | - |
| HSV(B) | 30.27º | 0.87% | 0.5% | - |
| XYZ | 11.39 | 9.39 | 1.74 | - |
| YUV | 83.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 17 | 0 | 0.43 | 0.87 | 0.50 | 30.27 | 0.77 | 0.28 |
| Hex | 80 | 49 | 11 | 0 | 2B | 57 | 32 | 1E | 4D | 1C |
| Octal | 200 | 111 | 21 | 0 | 53 | 127 | 62 | 36 | 115 | 34 |
| Binary | 10000000 | 1001001 | 10001 | 0 | 101011 | 1010111 | 110010 | 11110 | 1001101 | 11100 |
Color Harmonies of #804911
Complementary color
Monochromatic Colors of #804911
Black with #804911
Text Example
Text Example
White with #804911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804911; }
p { color: rgb(128,73,17); }
H1.HeaderClassName
{
color: #804911;
}
.AnyTagClassName
{
color: #804911;
}
</style>
background-color css
<style>
a { background-color: #804911; }
a { background-color: rgb(128,73,17); }
div.DivClassName
{
background-color: #804911;
}
.BgClassName
{
background-color: #804911;
}
</style>
border-color css
<style>
span { border-color: #804911; }
span { border-color: rgb(128,73,17); }
td.TdClassName
{
border-color: #804911;
}
.TagClassName
{
border-color: #804911;
}
</style>