Shades of Russet #803D17
Tints of Russet #803D17
RGB
CMYK
RGB Variations
Color information
#803D17 (or 0x803D17) is known color: Russet. HEX triplet: 80, 3D and 17. RGB value is (128,61,23). Sum of RGB (Red+Green+Blue) = 128+61+23=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #803D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D17 is #7FC2E8. Grayscale: #4C4C4C. Windows color (decimal): -8372969 or 1523072. OLE color: 1523072.
HSL color Cylindrical-coordinate representation of color #803D17: hue angle of 21.71º 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 #803D17 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 23 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.50 |
| HSL | 21.71º | 0.7% | 0.3% | - |
| HSV(B) | 21.71º | 0.82% | 0.5% | - |
| XYZ | 10.73 | 7.99 | 1.79 | - |
| YUV | 76.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 23 | 0 | 0.52 | 0.82 | 0.50 | 21.71 | 0.7 | 0.3 |
| Hex | 80 | 3D | 17 | 0 | 34 | 52 | 32 | 16 | 46 | 1E |
| Octal | 200 | 75 | 27 | 0 | 64 | 122 | 62 | 26 | 106 | 36 |
| Binary | 10000000 | 111101 | 10111 | 0 | 110100 | 1010010 | 110010 | 10110 | 1000110 | 11110 |
Color Harmonies of #803D17
Complementary color
Monochromatic Colors of #803D17
Black with #803D17
Text Example
Text Example
White with #803D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D17; }
p { color: rgb(128,61,23); }
H1.HeaderClassName
{
color: #803D17;
}
.AnyTagClassName
{
color: #803D17;
}
</style>
background-color css
<style>
a { background-color: #803D17; }
a { background-color: rgb(128,61,23); }
div.DivClassName
{
background-color: #803D17;
}
.BgClassName
{
background-color: #803D17;
}
</style>
border-color css
<style>
span { border-color: #803D17; }
span { border-color: rgb(128,61,23); }
td.TdClassName
{
border-color: #803D17;
}
.TagClassName
{
border-color: #803D17;
}
</style>