Shades of Russet #80490F
Tints of Russet #80490F
RGB
CMYK
RGB Variations
Color information
#80490F (or 0x80490F) is known color: Russet. HEX triplet: 80, 49 and 0F. RGB value is (128,73,15). Sum of RGB (Red+Green+Blue) = 128+73+15=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #80490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80490F is #7FB6F0. Grayscale: #535353. Windows color (decimal): -8369905 or 1001856. OLE color: 1001856.
HSL color Cylindrical-coordinate representation of color #80490F: hue angle of 30.8º degrees, saturation: 0.79, 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 #80490F is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 15 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.50 |
| HSL | 30.8º | 0.79% | 0.28% | - |
| HSV(B) | 30.8º | 0.88% | 0.5% | - |
| XYZ | 11.37 | 9.39 | 1.66 | - |
| YUV | 82.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 15 | 0 | 0.43 | 0.88 | 0.50 | 30.8 | 0.79 | 0.28 |
| Hex | 80 | 49 | F | 0 | 2B | 58 | 32 | 1F | 4F | 1C |
| Octal | 200 | 111 | 17 | 0 | 53 | 130 | 62 | 37 | 117 | 34 |
| Binary | 10000000 | 1001001 | 1111 | 0 | 101011 | 1011000 | 110010 | 11111 | 1001111 | 11100 |
Color Harmonies of #80490F
Complementary color
Monochromatic Colors of #80490F
Black with #80490F
Text Example
Text Example
White with #80490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80490F; }
p { color: rgb(128,73,15); }
H1.HeaderClassName
{
color: #80490F;
}
.AnyTagClassName
{
color: #80490F;
}
</style>
background-color css
<style>
a { background-color: #80490F; }
a { background-color: rgb(128,73,15); }
div.DivClassName
{
background-color: #80490F;
}
.BgClassName
{
background-color: #80490F;
}
</style>
border-color css
<style>
span { border-color: #80490F; }
span { border-color: rgb(128,73,15); }
td.TdClassName
{
border-color: #80490F;
}
.TagClassName
{
border-color: #80490F;
}
</style>