Shades of Russet #804A15
Tints of Russet #804A15
RGB
CMYK
RGB Variations
Color information
#804A15 (or 0x804A15) is known color: Russet. HEX triplet: 80, 4A and 15. RGB value is (128,74,21). Sum of RGB (Red+Green+Blue) = 128+74+21=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #804A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A15 is #7FB5EA. Grayscale: #545454. Windows color (decimal): -8369643 or 1395328. OLE color: 1395328.
HSL color Cylindrical-coordinate representation of color #804A15: hue angle of 29.72º degrees, saturation: 0.72, 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 #804A15 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 21 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.50 |
| HSL | 29.72º | 0.72% | 0.29% | - |
| HSV(B) | 29.72º | 0.84% | 0.5% | - |
| XYZ | 11.49 | 9.54 | 1.95 | - |
| YUV | 84.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 21 | 0 | 0.42 | 0.84 | 0.50 | 29.72 | 0.72 | 0.29 |
| Hex | 80 | 4A | 15 | 0 | 2A | 54 | 32 | 1E | 48 | 1D |
| Octal | 200 | 112 | 25 | 0 | 52 | 124 | 62 | 36 | 110 | 35 |
| Binary | 10000000 | 1001010 | 10101 | 0 | 101010 | 1010100 | 110010 | 11110 | 1001000 | 11101 |
Color Harmonies of #804A15
Complementary color
Monochromatic Colors of #804A15
Black with #804A15
Text Example
Text Example
White with #804A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A15; }
p { color: rgb(128,74,21); }
H1.HeaderClassName
{
color: #804A15;
}
.AnyTagClassName
{
color: #804A15;
}
</style>
background-color css
<style>
a { background-color: #804A15; }
a { background-color: rgb(128,74,21); }
div.DivClassName
{
background-color: #804A15;
}
.BgClassName
{
background-color: #804A15;
}
</style>
border-color css
<style>
span { border-color: #804A15; }
span { border-color: rgb(128,74,21); }
td.TdClassName
{
border-color: #804A15;
}
.TagClassName
{
border-color: #804A15;
}
</style>