Shades of Russet #803C17
Tints of Russet #803C17
RGB
CMYK
RGB Variations
Color information
#803C17 (or 0x803C17) is known color: Russet. HEX triplet: 80, 3C and 17. RGB value is (128,60,23). Sum of RGB (Red+Green+Blue) = 128+60+23=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #803C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C17 is #7FC3E8. Grayscale: #4C4C4C. Windows color (decimal): -8373225 or 1522816. OLE color: 1522816.
HSL color Cylindrical-coordinate representation of color #803C17: hue angle of 21.14º 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 #803C17 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 23 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.50 |
| HSL | 21.14º | 0.7% | 0.3% | - |
| HSV(B) | 21.14º | 0.82% | 0.5% | - |
| XYZ | 10.67 | 7.88 | 1.77 | - |
| YUV | 76.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 23 | 0 | 0.53 | 0.82 | 0.50 | 21.14 | 0.7 | 0.3 |
| Hex | 80 | 3C | 17 | 0 | 35 | 52 | 32 | 15 | 46 | 1E |
| Octal | 200 | 74 | 27 | 0 | 65 | 122 | 62 | 25 | 106 | 36 |
| Binary | 10000000 | 111100 | 10111 | 0 | 110101 | 1010010 | 110010 | 10101 | 1000110 | 11110 |
Color Harmonies of #803C17
Complementary color
Monochromatic Colors of #803C17
Black with #803C17
Text Example
Text Example
White with #803C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C17; }
p { color: rgb(128,60,23); }
H1.HeaderClassName
{
color: #803C17;
}
.AnyTagClassName
{
color: #803C17;
}
</style>
background-color css
<style>
a { background-color: #803C17; }
a { background-color: rgb(128,60,23); }
div.DivClassName
{
background-color: #803C17;
}
.BgClassName
{
background-color: #803C17;
}
</style>
border-color css
<style>
span { border-color: #803C17; }
span { border-color: rgb(128,60,23); }
td.TdClassName
{
border-color: #803C17;
}
.TagClassName
{
border-color: #803C17;
}
</style>