Shades of Russet #803F17
Tints of Russet #803F17
RGB
CMYK
RGB Variations
Color information
#803F17 (or 0x803F17) is known color: Russet. HEX triplet: 80, 3F and 17. RGB value is (128,63,23). Sum of RGB (Red+Green+Blue) = 128+63+23=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #803F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F17 is #7FC0E8. Grayscale: #4E4E4E. Windows color (decimal): -8372457 or 1523584. OLE color: 1523584.
HSL color Cylindrical-coordinate representation of color #803F17: hue angle of 22.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #803F17 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 23 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.50 |
| HSL | 22.86º | 0.7% | 0.3% | - |
| HSV(B) | 22.86º | 0.82% | 0.5% | - |
| XYZ | 10.83 | 8.21 | 1.82 | - |
| YUV | 77.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 23 | 0 | 0.51 | 0.82 | 0.50 | 22.86 | 0.7 | 0.3 |
| Hex | 80 | 3F | 17 | 0 | 33 | 52 | 32 | 17 | 46 | 1E |
| Octal | 200 | 77 | 27 | 0 | 63 | 122 | 62 | 27 | 106 | 36 |
| Binary | 10000000 | 111111 | 10111 | 0 | 110011 | 1010010 | 110010 | 10111 | 1000110 | 11110 |
Color Harmonies of #803F17
Complementary color
Monochromatic Colors of #803F17
Black with #803F17
Text Example
Text Example
White with #803F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F17; }
p { color: rgb(128,63,23); }
H1.HeaderClassName
{
color: #803F17;
}
.AnyTagClassName
{
color: #803F17;
}
</style>
background-color css
<style>
a { background-color: #803F17; }
a { background-color: rgb(128,63,23); }
div.DivClassName
{
background-color: #803F17;
}
.BgClassName
{
background-color: #803F17;
}
</style>
border-color css
<style>
span { border-color: #803F17; }
span { border-color: rgb(128,63,23); }
td.TdClassName
{
border-color: #803F17;
}
.TagClassName
{
border-color: #803F17;
}
</style>