Shades of Russet #803F19
Tints of Russet #803F19
RGB
CMYK
RGB Variations
Color information
#803F19 (or 0x803F19) is known color: Russet. HEX triplet: 80, 3F and 19. RGB value is (128,63,25). Sum of RGB (Red+Green+Blue) = 128+63+25=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #803F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F19 is #7FC0E6. Grayscale: #4E4E4E. Windows color (decimal): -8372455 or 1654656. OLE color: 1654656.
HSL color Cylindrical-coordinate representation of color #803F19: hue angle of 22.14º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #803F19 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 25 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.50 |
| HSL | 22.14º | 0.67% | 0.3% | - |
| HSV(B) | 22.14º | 0.8% | 0.5% | - |
| XYZ | 10.86 | 8.21 | 1.93 | - |
| YUV | 78.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 25 | 0 | 0.51 | 0.80 | 0.50 | 22.14 | 0.67 | 0.3 |
| Hex | 80 | 3F | 19 | 0 | 33 | 50 | 32 | 16 | 43 | 1E |
| Octal | 200 | 77 | 31 | 0 | 63 | 120 | 62 | 26 | 103 | 36 |
| Binary | 10000000 | 111111 | 11001 | 0 | 110011 | 1010000 | 110010 | 10110 | 1000011 | 11110 |
Color Harmonies of #803F19
Complementary color
Monochromatic Colors of #803F19
Black with #803F19
Text Example
Text Example
White with #803F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F19; }
p { color: rgb(128,63,25); }
H1.HeaderClassName
{
color: #803F19;
}
.AnyTagClassName
{
color: #803F19;
}
</style>
background-color css
<style>
a { background-color: #803F19; }
a { background-color: rgb(128,63,25); }
div.DivClassName
{
background-color: #803F19;
}
.BgClassName
{
background-color: #803F19;
}
</style>
border-color css
<style>
span { border-color: #803F19; }
span { border-color: rgb(128,63,25); }
td.TdClassName
{
border-color: #803F19;
}
.TagClassName
{
border-color: #803F19;
}
</style>