Shades of Russet #804D15
Tints of Russet #804D15
RGB
CMYK
RGB Variations
Color information
#804D15 (or 0x804D15) is known color: Russet. HEX triplet: 80, 4D and 15. RGB value is (128,77,21). Sum of RGB (Red+Green+Blue) = 128+77+21=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #804D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D15 is #7FB2EA. Grayscale: #565656. Windows color (decimal): -8368875 or 1396096. OLE color: 1396096.
HSL color Cylindrical-coordinate representation of color #804D15: hue angle of 31.4º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804D15 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 21 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.50 |
| HSL | 31.4º | 0.72% | 0.29% | - |
| HSV(B) | 31.4º | 0.84% | 0.5% | - |
| XYZ | 11.69 | 9.95 | 2.01 | - |
| YUV | 85.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 21 | 0 | 0.40 | 0.84 | 0.50 | 31.4 | 0.72 | 0.29 |
| Hex | 80 | 4D | 15 | 0 | 28 | 54 | 32 | 1F | 48 | 1D |
| Octal | 200 | 115 | 25 | 0 | 50 | 124 | 62 | 37 | 110 | 35 |
| Binary | 10000000 | 1001101 | 10101 | 0 | 101000 | 1010100 | 110010 | 11111 | 1001000 | 11101 |
Color Harmonies of #804D15
Complementary color
Monochromatic Colors of #804D15
Black with #804D15
Text Example
Text Example
White with #804D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D15; }
p { color: rgb(128,77,21); }
H1.HeaderClassName
{
color: #804D15;
}
.AnyTagClassName
{
color: #804D15;
}
</style>
background-color css
<style>
a { background-color: #804D15; }
a { background-color: rgb(128,77,21); }
div.DivClassName
{
background-color: #804D15;
}
.BgClassName
{
background-color: #804D15;
}
</style>
border-color css
<style>
span { border-color: #804D15; }
span { border-color: rgb(128,77,21); }
td.TdClassName
{
border-color: #804D15;
}
.TagClassName
{
border-color: #804D15;
}
</style>