Shades of Russet #804613
Tints of Russet #804613
RGB
CMYK
RGB Variations
Color information
#804613 (or 0x804613) is known color: Russet. HEX triplet: 80, 46 and 13. RGB value is (128,70,19). Sum of RGB (Red+Green+Blue) = 128+70+19=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #804613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804613 is #7FB9EC. Grayscale: #515151. Windows color (decimal): -8370669 or 1263232. OLE color: 1263232.
HSL color Cylindrical-coordinate representation of color #804613: hue angle of 28.07º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804613 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.50 |
| HSL | 28.07º | 0.74% | 0.29% | - |
| HSV(B) | 28.07º | 0.85% | 0.5% | - |
| XYZ | 11.21 | 9.02 | 1.77 | - |
| YUV | 81.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 19 | 0 | 0.45 | 0.85 | 0.50 | 28.07 | 0.74 | 0.29 |
| Hex | 80 | 46 | 13 | 0 | 2D | 55 | 32 | 1C | 4A | 1D |
| Octal | 200 | 106 | 23 | 0 | 55 | 125 | 62 | 34 | 112 | 35 |
| Binary | 10000000 | 1000110 | 10011 | 0 | 101101 | 1010101 | 110010 | 11100 | 1001010 | 11101 |
Color Harmonies of #804613
Complementary color
Monochromatic Colors of #804613
Black with #804613
Text Example
Text Example
White with #804613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804613; }
p { color: rgb(128,70,19); }
H1.HeaderClassName
{
color: #804613;
}
.AnyTagClassName
{
color: #804613;
}
</style>
background-color css
<style>
a { background-color: #804613; }
a { background-color: rgb(128,70,19); }
div.DivClassName
{
background-color: #804613;
}
.BgClassName
{
background-color: #804613;
}
</style>
border-color css
<style>
span { border-color: #804613; }
span { border-color: rgb(128,70,19); }
td.TdClassName
{
border-color: #804613;
}
.TagClassName
{
border-color: #804613;
}
</style>