Shades of Russet #804F1E
Tints of Russet #804F1E
RGB
CMYK
RGB Variations
Color information
#804F1E (or 0x804F1E) is known color: Russet. HEX triplet: 80, 4F and 1E. RGB value is (128,79,30). Sum of RGB (Red+Green+Blue) = 128+79+30=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #804F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F1E is #7FB0E1. Grayscale: #585858. Windows color (decimal): -8368354 or 1986432. OLE color: 1986432.
HSL color Cylindrical-coordinate representation of color #804F1E: hue angle of 30º 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 #804F1E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 30 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.50 |
| HSL | 30º | 0.62% | 0.31% | - |
| HSV(B) | 30º | 0.77% | 0.5% | - |
| XYZ | 11.93 | 10.27 | 2.58 | - |
| YUV | 88.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 30 | 0 | 0.38 | 0.77 | 0.50 | 30 | 0.62 | 0.31 |
| Hex | 80 | 4F | 1E | 0 | 26 | 4D | 32 | 1E | 3E | 1F |
| Octal | 200 | 117 | 36 | 0 | 46 | 115 | 62 | 36 | 76 | 37 |
| Binary | 10000000 | 1001111 | 11110 | 0 | 100110 | 1001101 | 110010 | 11110 | 111110 | 11111 |
Color Harmonies of #804F1E
Complementary color
Monochromatic Colors of #804F1E
Black with #804F1E
Text Example
Text Example
White with #804F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F1E; }
p { color: rgb(128,79,30); }
H1.HeaderClassName
{
color: #804F1E;
}
.AnyTagClassName
{
color: #804F1E;
}
</style>
background-color css
<style>
a { background-color: #804F1E; }
a { background-color: rgb(128,79,30); }
div.DivClassName
{
background-color: #804F1E;
}
.BgClassName
{
background-color: #804F1E;
}
</style>
border-color css
<style>
span { border-color: #804F1E; }
span { border-color: rgb(128,79,30); }
td.TdClassName
{
border-color: #804F1E;
}
.TagClassName
{
border-color: #804F1E;
}
</style>