Shades of Russet #803F20
Tints of Russet #803F20
RGB
CMYK
RGB Variations
Color information
#803F20 (or 0x803F20) is known color: Russet. HEX triplet: 80, 3F and 20. RGB value is (128,63,32). Sum of RGB (Red+Green+Blue) = 128+63+32=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #803F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F20 is #7FC0DF. Grayscale: #4F4F4F. Windows color (decimal): -8372448 or 2113408. OLE color: 2113408.
HSL color Cylindrical-coordinate representation of color #803F20: hue angle of 19.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803F20 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 32 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.50 |
| HSL | 19.38º | 0.6% | 0.31% | - |
| HSV(B) | 19.38º | 0.75% | 0.5% | - |
| XYZ | 10.94 | 8.25 | 2.38 | - |
| YUV | 78.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 32 | 0 | 0.51 | 0.75 | 0.50 | 19.38 | 0.6 | 0.31 |
| Hex | 80 | 3F | 20 | 0 | 33 | 4B | 32 | 13 | 3C | 1F |
| Octal | 200 | 77 | 40 | 0 | 63 | 113 | 62 | 23 | 74 | 37 |
| Binary | 10000000 | 111111 | 100000 | 0 | 110011 | 1001011 | 110010 | 10011 | 111100 | 11111 |
Color Harmonies of #803F20
Complementary color
Monochromatic Colors of #803F20
Black with #803F20
Text Example
Text Example
White with #803F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F20; }
p { color: rgb(128,63,32); }
H1.HeaderClassName
{
color: #803F20;
}
.AnyTagClassName
{
color: #803F20;
}
</style>
background-color css
<style>
a { background-color: #803F20; }
a { background-color: rgb(128,63,32); }
div.DivClassName
{
background-color: #803F20;
}
.BgClassName
{
background-color: #803F20;
}
</style>
border-color css
<style>
span { border-color: #803F20; }
span { border-color: rgb(128,63,32); }
td.TdClassName
{
border-color: #803F20;
}
.TagClassName
{
border-color: #803F20;
}
</style>