Shades of Russet #804614
Tints of Russet #804614
RGB
CMYK
RGB Variations
Color information
#804614 (or 0x804614) is known color: Russet. HEX triplet: 80, 46 and 14. RGB value is (128,70,20). Sum of RGB (Red+Green+Blue) = 128+70+20=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804614 is #7FB9EB. Grayscale: #515151. Windows color (decimal): -8370668 or 1328768. OLE color: 1328768.
HSL color Cylindrical-coordinate representation of color #804614: hue angle of 27.78º degrees, saturation: 0.73, 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 #804614 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 20 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.50 |
| HSL | 27.78º | 0.73% | 0.29% | - |
| HSV(B) | 27.78º | 0.84% | 0.5% | - |
| XYZ | 11.22 | 9.02 | 1.81 | - |
| YUV | 81.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 20 | 0 | 0.45 | 0.84 | 0.50 | 27.78 | 0.73 | 0.29 |
| Hex | 80 | 46 | 14 | 0 | 2D | 54 | 32 | 1C | 49 | 1D |
| Octal | 200 | 106 | 24 | 0 | 55 | 124 | 62 | 34 | 111 | 35 |
| Binary | 10000000 | 1000110 | 10100 | 0 | 101101 | 1010100 | 110010 | 11100 | 1001001 | 11101 |
Color Harmonies of #804614
Complementary color
Monochromatic Colors of #804614
Black with #804614
Text Example
Text Example
White with #804614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804614; }
p { color: rgb(128,70,20); }
H1.HeaderClassName
{
color: #804614;
}
.AnyTagClassName
{
color: #804614;
}
</style>
background-color css
<style>
a { background-color: #804614; }
a { background-color: rgb(128,70,20); }
div.DivClassName
{
background-color: #804614;
}
.BgClassName
{
background-color: #804614;
}
</style>
border-color css
<style>
span { border-color: #804614; }
span { border-color: rgb(128,70,20); }
td.TdClassName
{
border-color: #804614;
}
.TagClassName
{
border-color: #804614;
}
</style>