Shades of Russet #804D1F
Tints of Russet #804D1F
RGB
CMYK
RGB Variations
Color information
#804D1F (or 0x804D1F) is known color: Russet. HEX triplet: 80, 4D and 1F. RGB value is (128,77,31). Sum of RGB (Red+Green+Blue) = 128+77+31=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D1F is #7FB2E0. Grayscale: #575757. Windows color (decimal): -8368865 or 2051456. OLE color: 2051456.
HSL color Cylindrical-coordinate representation of color #804D1F: hue angle of 28.45º 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 #804D1F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 31 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.50 |
| HSL | 28.45º | 0.61% | 0.31% | - |
| HSV(B) | 28.45º | 0.76% | 0.5% | - |
| XYZ | 11.8 | 10 | 2.6 | - |
| YUV | 87.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 31 | 0 | 0.40 | 0.76 | 0.50 | 28.45 | 0.61 | 0.31 |
| Hex | 80 | 4D | 1F | 0 | 28 | 4C | 32 | 1C | 3D | 1F |
| Octal | 200 | 115 | 37 | 0 | 50 | 114 | 62 | 34 | 75 | 37 |
| Binary | 10000000 | 1001101 | 11111 | 0 | 101000 | 1001100 | 110010 | 11100 | 111101 | 11111 |
Color Harmonies of #804D1F
Complementary color
Monochromatic Colors of #804D1F
Black with #804D1F
Text Example
Text Example
White with #804D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D1F; }
p { color: rgb(128,77,31); }
H1.HeaderClassName
{
color: #804D1F;
}
.AnyTagClassName
{
color: #804D1F;
}
</style>
background-color css
<style>
a { background-color: #804D1F; }
a { background-color: rgb(128,77,31); }
div.DivClassName
{
background-color: #804D1F;
}
.BgClassName
{
background-color: #804D1F;
}
</style>
border-color css
<style>
span { border-color: #804D1F; }
span { border-color: rgb(128,77,31); }
td.TdClassName
{
border-color: #804D1F;
}
.TagClassName
{
border-color: #804D1F;
}
</style>