Shades of Russet #803C16
Tints of Russet #803C16
RGB
CMYK
RGB Variations
Color information
#803C16 (or 0x803C16) is known color: Russet. HEX triplet: 80, 3C and 16. RGB value is (128,60,22). Sum of RGB (Red+Green+Blue) = 128+60+22=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C16 is #7FC3E9. Grayscale: #4C4C4C. Windows color (decimal): -8373226 or 1457280. OLE color: 1457280.
HSL color Cylindrical-coordinate representation of color #803C16: hue angle of 21.51º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #803C16 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 22 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.50 |
| HSL | 21.51º | 0.71% | 0.29% | - |
| HSV(B) | 21.51º | 0.83% | 0.5% | - |
| XYZ | 10.66 | 7.88 | 1.72 | - |
| YUV | 76 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 22 | 0 | 0.53 | 0.83 | 0.50 | 21.51 | 0.71 | 0.29 |
| Hex | 80 | 3C | 16 | 0 | 35 | 53 | 32 | 16 | 47 | 1D |
| Octal | 200 | 74 | 26 | 0 | 65 | 123 | 62 | 26 | 107 | 35 |
| Binary | 10000000 | 111100 | 10110 | 0 | 110101 | 1010011 | 110010 | 10110 | 1000111 | 11101 |
Color Harmonies of #803C16
Complementary color
Monochromatic Colors of #803C16
Black with #803C16
Text Example
Text Example
White with #803C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C16; }
p { color: rgb(128,60,22); }
H1.HeaderClassName
{
color: #803C16;
}
.AnyTagClassName
{
color: #803C16;
}
</style>
background-color css
<style>
a { background-color: #803C16; }
a { background-color: rgb(128,60,22); }
div.DivClassName
{
background-color: #803C16;
}
.BgClassName
{
background-color: #803C16;
}
</style>
border-color css
<style>
span { border-color: #803C16; }
span { border-color: rgb(128,60,22); }
td.TdClassName
{
border-color: #803C16;
}
.TagClassName
{
border-color: #803C16;
}
</style>