Shades of Russet #80491F
Tints of Russet #80491F
RGB
CMYK
RGB Variations
Color information
#80491F (or 0x80491F) is known color: Russet. HEX triplet: 80, 49 and 1F. RGB value is (128,73,31). Sum of RGB (Red+Green+Blue) = 128+73+31=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #80491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80491F is #7FB6E0. Grayscale: #545454. Windows color (decimal): -8369889 or 2050432. OLE color: 2050432.
HSL color Cylindrical-coordinate representation of color #80491F: hue angle of 25.98º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80491F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 31 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.50 |
| HSL | 25.98º | 0.61% | 0.31% | - |
| HSV(B) | 25.98º | 0.76% | 0.5% | - |
| XYZ | 11.53 | 9.45 | 2.51 | - |
| YUV | 84.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 31 | 0 | 0.43 | 0.76 | 0.50 | 25.98 | 0.61 | 0.31 |
| Hex | 80 | 49 | 1F | 0 | 2B | 4C | 32 | 1A | 3D | 1F |
| Octal | 200 | 111 | 37 | 0 | 53 | 114 | 62 | 32 | 75 | 37 |
| Binary | 10000000 | 1001001 | 11111 | 0 | 101011 | 1001100 | 110010 | 11010 | 111101 | 11111 |
Color Harmonies of #80491F
Complementary color
Monochromatic Colors of #80491F
Black with #80491F
Text Example
Text Example
White with #80491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80491F; }
p { color: rgb(128,73,31); }
H1.HeaderClassName
{
color: #80491F;
}
.AnyTagClassName
{
color: #80491F;
}
</style>
background-color css
<style>
a { background-color: #80491F; }
a { background-color: rgb(128,73,31); }
div.DivClassName
{
background-color: #80491F;
}
.BgClassName
{
background-color: #80491F;
}
</style>
border-color css
<style>
span { border-color: #80491F; }
span { border-color: rgb(128,73,31); }
td.TdClassName
{
border-color: #80491F;
}
.TagClassName
{
border-color: #80491F;
}
</style>