Shades of Russet #803F16
Tints of Russet #803F16
RGB
CMYK
RGB Variations
Color information
#803F16 (or 0x803F16) is known color: Russet. HEX triplet: 80, 3F and 16. RGB value is (128,63,22). Sum of RGB (Red+Green+Blue) = 128+63+22=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #803F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F16 is #7FC0E9. Grayscale: #4D4D4D. Windows color (decimal): -8372458 or 1458048. OLE color: 1458048.
HSL color Cylindrical-coordinate representation of color #803F16: hue angle of 23.21º 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 #803F16 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 22 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.50 |
| HSL | 23.21º | 0.71% | 0.29% | - |
| HSV(B) | 23.21º | 0.83% | 0.5% | - |
| XYZ | 10.82 | 8.2 | 1.77 | - |
| YUV | 77.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 22 | 0 | 0.51 | 0.83 | 0.50 | 23.21 | 0.71 | 0.29 |
| Hex | 80 | 3F | 16 | 0 | 33 | 53 | 32 | 17 | 47 | 1D |
| Octal | 200 | 77 | 26 | 0 | 63 | 123 | 62 | 27 | 107 | 35 |
| Binary | 10000000 | 111111 | 10110 | 0 | 110011 | 1010011 | 110010 | 10111 | 1000111 | 11101 |
Color Harmonies of #803F16
Complementary color
Monochromatic Colors of #803F16
Black with #803F16
Text Example
Text Example
White with #803F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F16; }
p { color: rgb(128,63,22); }
H1.HeaderClassName
{
color: #803F16;
}
.AnyTagClassName
{
color: #803F16;
}
</style>
background-color css
<style>
a { background-color: #803F16; }
a { background-color: rgb(128,63,22); }
div.DivClassName
{
background-color: #803F16;
}
.BgClassName
{
background-color: #803F16;
}
</style>
border-color css
<style>
span { border-color: #803F16; }
span { border-color: rgb(128,63,22); }
td.TdClassName
{
border-color: #803F16;
}
.TagClassName
{
border-color: #803F16;
}
</style>