Shades of Russet #803F11
Tints of Russet #803F11
RGB
CMYK
RGB Variations
Color information
#803F11 (or 0x803F11) is known color: Russet. HEX triplet: 80, 3F and 11. RGB value is (128,63,17). Sum of RGB (Red+Green+Blue) = 128+63+17=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #803F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F11 is #7FC0EE. Grayscale: #4D4D4D. Windows color (decimal): -8372463 or 1130368. OLE color: 1130368.
HSL color Cylindrical-coordinate representation of color #803F11: hue angle of 24.86º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #803F11 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 17 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.50 |
| HSL | 24.86º | 0.77% | 0.28% | - |
| HSV(B) | 24.86º | 0.87% | 0.5% | - |
| XYZ | 10.78 | 8.18 | 1.54 | - |
| YUV | 77.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 17 | 0 | 0.51 | 0.87 | 0.50 | 24.86 | 0.77 | 0.28 |
| Hex | 80 | 3F | 11 | 0 | 33 | 57 | 32 | 19 | 4D | 1C |
| Octal | 200 | 77 | 21 | 0 | 63 | 127 | 62 | 31 | 115 | 34 |
| Binary | 10000000 | 111111 | 10001 | 0 | 110011 | 1010111 | 110010 | 11001 | 1001101 | 11100 |
Color Harmonies of #803F11
Complementary color
Monochromatic Colors of #803F11
Black with #803F11
Text Example
Text Example
White with #803F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F11; }
p { color: rgb(128,63,17); }
H1.HeaderClassName
{
color: #803F11;
}
.AnyTagClassName
{
color: #803F11;
}
</style>
background-color css
<style>
a { background-color: #803F11; }
a { background-color: rgb(128,63,17); }
div.DivClassName
{
background-color: #803F11;
}
.BgClassName
{
background-color: #803F11;
}
</style>
border-color css
<style>
span { border-color: #803F11; }
span { border-color: rgb(128,63,17); }
td.TdClassName
{
border-color: #803F11;
}
.TagClassName
{
border-color: #803F11;
}
</style>