Shades of Russet #804615
Tints of Russet #804615
RGB
CMYK
RGB Variations
Color information
#804615 (or 0x804615) is known color: Russet. HEX triplet: 80, 46 and 15. RGB value is (128,70,21). Sum of RGB (Red+Green+Blue) = 128+70+21=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804615 is #7FB9EA. Grayscale: #525252. Windows color (decimal): -8370667 or 1394304. OLE color: 1394304.
HSL color Cylindrical-coordinate representation of color #804615: hue angle of 27.48º 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 #804615 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 21 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.50 |
| HSL | 27.48º | 0.72% | 0.29% | - |
| HSV(B) | 27.48º | 0.84% | 0.5% | - |
| XYZ | 11.23 | 9.02 | 1.86 | - |
| YUV | 81.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 21 | 0 | 0.45 | 0.84 | 0.50 | 27.48 | 0.72 | 0.29 |
| Hex | 80 | 46 | 15 | 0 | 2D | 54 | 32 | 1B | 48 | 1D |
| Octal | 200 | 106 | 25 | 0 | 55 | 124 | 62 | 33 | 110 | 35 |
| Binary | 10000000 | 1000110 | 10101 | 0 | 101101 | 1010100 | 110010 | 11011 | 1001000 | 11101 |
Color Harmonies of #804615
Complementary color
Monochromatic Colors of #804615
Black with #804615
Text Example
Text Example
White with #804615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804615; }
p { color: rgb(128,70,21); }
H1.HeaderClassName
{
color: #804615;
}
.AnyTagClassName
{
color: #804615;
}
</style>
background-color css
<style>
a { background-color: #804615; }
a { background-color: rgb(128,70,21); }
div.DivClassName
{
background-color: #804615;
}
.BgClassName
{
background-color: #804615;
}
</style>
border-color css
<style>
span { border-color: #804615; }
span { border-color: rgb(128,70,21); }
td.TdClassName
{
border-color: #804615;
}
.TagClassName
{
border-color: #804615;
}
</style>