Shades of Russet #80491B
Tints of Russet #80491B
RGB
CMYK
RGB Variations
Color information
#80491B (or 0x80491B) is known color: Russet. HEX triplet: 80, 49 and 1B. RGB value is (128,73,27). Sum of RGB (Red+Green+Blue) = 128+73+27=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80491B is #7FB6E4. Grayscale: #545454. Windows color (decimal): -8369893 or 1788288. OLE color: 1788288.
HSL color Cylindrical-coordinate representation of color #80491B: hue angle of 27.33º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80491B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 27 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.50 |
| HSL | 27.33º | 0.65% | 0.3% | - |
| HSV(B) | 27.33º | 0.79% | 0.5% | - |
| XYZ | 11.48 | 9.43 | 2.25 | - |
| YUV | 84.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 27 | 0 | 0.43 | 0.79 | 0.50 | 27.33 | 0.65 | 0.3 |
| Hex | 80 | 49 | 1B | 0 | 2B | 4F | 32 | 1B | 41 | 1E |
| Octal | 200 | 111 | 33 | 0 | 53 | 117 | 62 | 33 | 101 | 36 |
| Binary | 10000000 | 1001001 | 11011 | 0 | 101011 | 1001111 | 110010 | 11011 | 1000001 | 11110 |
Color Harmonies of #80491B
Complementary color
Monochromatic Colors of #80491B
Black with #80491B
Text Example
Text Example
White with #80491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80491B; }
p { color: rgb(128,73,27); }
H1.HeaderClassName
{
color: #80491B;
}
.AnyTagClassName
{
color: #80491B;
}
</style>
background-color css
<style>
a { background-color: #80491B; }
a { background-color: rgb(128,73,27); }
div.DivClassName
{
background-color: #80491B;
}
.BgClassName
{
background-color: #80491B;
}
</style>
border-color css
<style>
span { border-color: #80491B; }
span { border-color: rgb(128,73,27); }
td.TdClassName
{
border-color: #80491B;
}
.TagClassName
{
border-color: #80491B;
}
</style>