Shades of Russet #804E19
Tints of Russet #804E19
RGB
CMYK
RGB Variations
Color information
#804E19 (or 0x804E19) is known color: Russet. HEX triplet: 80, 4E and 19. RGB value is (128,78,25). Sum of RGB (Red+Green+Blue) = 128+78+25=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #804E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804E19 is #7FB1E6. Grayscale: #575757. Windows color (decimal): -8368615 or 1658496. OLE color: 1658496.
HSL color Cylindrical-coordinate representation of color #804E19: hue angle of 30.87º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #804E19 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 25 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.50 |
| HSL | 30.87º | 0.67% | 0.3% | - |
| HSV(B) | 30.87º | 0.8% | 0.5% | - |
| XYZ | 11.8 | 10.11 | 2.25 | - |
| YUV | 86.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 25 | 0 | 0.39 | 0.80 | 0.50 | 30.87 | 0.67 | 0.3 |
| Hex | 80 | 4E | 19 | 0 | 27 | 50 | 32 | 1F | 43 | 1E |
| Octal | 200 | 116 | 31 | 0 | 47 | 120 | 62 | 37 | 103 | 36 |
| Binary | 10000000 | 1001110 | 11001 | 0 | 100111 | 1010000 | 110010 | 11111 | 1000011 | 11110 |
Color Harmonies of #804E19
Complementary color
Monochromatic Colors of #804E19
Black with #804E19
Text Example
Text Example
White with #804E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E19; }
p { color: rgb(128,78,25); }
H1.HeaderClassName
{
color: #804E19;
}
.AnyTagClassName
{
color: #804E19;
}
</style>
background-color css
<style>
a { background-color: #804E19; }
a { background-color: rgb(128,78,25); }
div.DivClassName
{
background-color: #804E19;
}
.BgClassName
{
background-color: #804E19;
}
</style>
border-color css
<style>
span { border-color: #804E19; }
span { border-color: rgb(128,78,25); }
td.TdClassName
{
border-color: #804E19;
}
.TagClassName
{
border-color: #804E19;
}
</style>