Shades of Russet #804919
Tints of Russet #804919
RGB
CMYK
RGB Variations
Color information
#804919 (or 0x804919) is known color: Russet. HEX triplet: 80, 49 and 19. RGB value is (128,73,25). Sum of RGB (Red+Green+Blue) = 128+73+25=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #804919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804919 is #7FB6E6. Grayscale: #545454. Windows color (decimal): -8369895 or 1657216. OLE color: 1657216.
HSL color Cylindrical-coordinate representation of color #804919: hue angle of 27.96º 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 #804919 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 25 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.50 |
| HSL | 27.96º | 0.67% | 0.3% | - |
| HSV(B) | 27.96º | 0.8% | 0.5% | - |
| XYZ | 11.46 | 9.42 | 2.13 | - |
| YUV | 83.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 25 | 0 | 0.43 | 0.80 | 0.50 | 27.96 | 0.67 | 0.3 |
| Hex | 80 | 49 | 19 | 0 | 2B | 50 | 32 | 1C | 43 | 1E |
| Octal | 200 | 111 | 31 | 0 | 53 | 120 | 62 | 34 | 103 | 36 |
| Binary | 10000000 | 1001001 | 11001 | 0 | 101011 | 1010000 | 110010 | 11100 | 1000011 | 11110 |
Color Harmonies of #804919
Complementary color
Monochromatic Colors of #804919
Black with #804919
Text Example
Text Example
White with #804919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804919; }
p { color: rgb(128,73,25); }
H1.HeaderClassName
{
color: #804919;
}
.AnyTagClassName
{
color: #804919;
}
</style>
background-color css
<style>
a { background-color: #804919; }
a { background-color: rgb(128,73,25); }
div.DivClassName
{
background-color: #804919;
}
.BgClassName
{
background-color: #804919;
}
</style>
border-color css
<style>
span { border-color: #804919; }
span { border-color: rgb(128,73,25); }
td.TdClassName
{
border-color: #804919;
}
.TagClassName
{
border-color: #804919;
}
</style>