Shades of Russet #804819
Tints of Russet #804819
RGB
CMYK
RGB Variations
Color information
#804819 (or 0x804819) is known color: Russet. HEX triplet: 80, 48 and 19. RGB value is (128,72,25). Sum of RGB (Red+Green+Blue) = 128+72+25=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #804819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804819 is #7FB7E6. Grayscale: #535353. Windows color (decimal): -8370151 or 1656960. OLE color: 1656960.
HSL color Cylindrical-coordinate representation of color #804819: hue angle of 27.38º 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 #804819 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 25 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.50 |
| HSL | 27.38º | 0.67% | 0.3% | - |
| HSV(B) | 27.38º | 0.8% | 0.5% | - |
| XYZ | 11.39 | 9.29 | 2.11 | - |
| YUV | 83.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 25 | 0 | 0.44 | 0.80 | 0.50 | 27.38 | 0.67 | 0.3 |
| Hex | 80 | 48 | 19 | 0 | 2C | 50 | 32 | 1B | 43 | 1E |
| Octal | 200 | 110 | 31 | 0 | 54 | 120 | 62 | 33 | 103 | 36 |
| Binary | 10000000 | 1001000 | 11001 | 0 | 101100 | 1010000 | 110010 | 11011 | 1000011 | 11110 |
Color Harmonies of #804819
Complementary color
Monochromatic Colors of #804819
Black with #804819
Text Example
Text Example
White with #804819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804819; }
p { color: rgb(128,72,25); }
H1.HeaderClassName
{
color: #804819;
}
.AnyTagClassName
{
color: #804819;
}
</style>
background-color css
<style>
a { background-color: #804819; }
a { background-color: rgb(128,72,25); }
div.DivClassName
{
background-color: #804819;
}
.BgClassName
{
background-color: #804819;
}
</style>
border-color css
<style>
span { border-color: #804819; }
span { border-color: rgb(128,72,25); }
td.TdClassName
{
border-color: #804819;
}
.TagClassName
{
border-color: #804819;
}
</style>