Shades of Russet #804C15
Tints of Russet #804C15
RGB
CMYK
RGB Variations
Color information
#804C15 (or 0x804C15) is known color: Russet. HEX triplet: 80, 4C and 15. RGB value is (128,76,21). Sum of RGB (Red+Green+Blue) = 128+76+21=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #804C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C15 is #7FB3EA. Grayscale: #555555. Windows color (decimal): -8369131 or 1395840. OLE color: 1395840.
HSL color Cylindrical-coordinate representation of color #804C15: hue angle of 30.84º 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 #804C15 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 21 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.50 |
| HSL | 30.84º | 0.72% | 0.29% | - |
| HSV(B) | 30.84º | 0.84% | 0.5% | - |
| XYZ | 11.62 | 9.81 | 1.99 | - |
| YUV | 85.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 21 | 0 | 0.41 | 0.84 | 0.50 | 30.84 | 0.72 | 0.29 |
| Hex | 80 | 4C | 15 | 0 | 29 | 54 | 32 | 1F | 48 | 1D |
| Octal | 200 | 114 | 25 | 0 | 51 | 124 | 62 | 37 | 110 | 35 |
| Binary | 10000000 | 1001100 | 10101 | 0 | 101001 | 1010100 | 110010 | 11111 | 1001000 | 11101 |
Color Harmonies of #804C15
Complementary color
Monochromatic Colors of #804C15
Black with #804C15
Text Example
Text Example
White with #804C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C15; }
p { color: rgb(128,76,21); }
H1.HeaderClassName
{
color: #804C15;
}
.AnyTagClassName
{
color: #804C15;
}
</style>
background-color css
<style>
a { background-color: #804C15; }
a { background-color: rgb(128,76,21); }
div.DivClassName
{
background-color: #804C15;
}
.BgClassName
{
background-color: #804C15;
}
</style>
border-color css
<style>
span { border-color: #804C15; }
span { border-color: rgb(128,76,21); }
td.TdClassName
{
border-color: #804C15;
}
.TagClassName
{
border-color: #804C15;
}
</style>