Shades of Russet #80491E
Tints of Russet #80491E
RGB
CMYK
RGB Variations
Color information
#80491E (or 0x80491E) is known color: Russet. HEX triplet: 80, 49 and 1E. RGB value is (128,73,30). Sum of RGB (Red+Green+Blue) = 128+73+30=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #80491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80491E is #7FB6E1. Grayscale: #545454. Windows color (decimal): -8369890 or 1984896. OLE color: 1984896.
HSL color Cylindrical-coordinate representation of color #80491E: hue angle of 26.33º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80491E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 30 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.50 |
| HSL | 26.33º | 0.62% | 0.31% | - |
| HSV(B) | 26.33º | 0.77% | 0.5% | - |
| XYZ | 11.52 | 9.45 | 2.44 | - |
| YUV | 84.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 30 | 0 | 0.43 | 0.77 | 0.50 | 26.33 | 0.62 | 0.31 |
| Hex | 80 | 49 | 1E | 0 | 2B | 4D | 32 | 1A | 3E | 1F |
| Octal | 200 | 111 | 36 | 0 | 53 | 115 | 62 | 32 | 76 | 37 |
| Binary | 10000000 | 1001001 | 11110 | 0 | 101011 | 1001101 | 110010 | 11010 | 111110 | 11111 |
Color Harmonies of #80491E
Complementary color
Monochromatic Colors of #80491E
Black with #80491E
Text Example
Text Example
White with #80491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80491E; }
p { color: rgb(128,73,30); }
H1.HeaderClassName
{
color: #80491E;
}
.AnyTagClassName
{
color: #80491E;
}
</style>
background-color css
<style>
a { background-color: #80491E; }
a { background-color: rgb(128,73,30); }
div.DivClassName
{
background-color: #80491E;
}
.BgClassName
{
background-color: #80491E;
}
</style>
border-color css
<style>
span { border-color: #80491E; }
span { border-color: rgb(128,73,30); }
td.TdClassName
{
border-color: #80491E;
}
.TagClassName
{
border-color: #80491E;
}
</style>