Shades of Russet #803D19
Tints of Russet #803D19
RGB
CMYK
RGB Variations
Color information
#803D19 (or 0x803D19) is known color: Russet. HEX triplet: 80, 3D and 19. RGB value is (128,61,25). Sum of RGB (Red+Green+Blue) = 128+61+25=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #803D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D19 is #7FC2E6. Grayscale: #4D4D4D. Windows color (decimal): -8372967 or 1654144. OLE color: 1654144.
HSL color Cylindrical-coordinate representation of color #803D19: hue angle of 20.97º 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 #803D19 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 25 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.50 |
| HSL | 20.97º | 0.67% | 0.3% | - |
| HSV(B) | 20.97º | 0.8% | 0.5% | - |
| XYZ | 10.75 | 8 | 1.9 | - |
| YUV | 76.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 25 | 0 | 0.52 | 0.80 | 0.50 | 20.97 | 0.67 | 0.3 |
| Hex | 80 | 3D | 19 | 0 | 34 | 50 | 32 | 15 | 43 | 1E |
| Octal | 200 | 75 | 31 | 0 | 64 | 120 | 62 | 25 | 103 | 36 |
| Binary | 10000000 | 111101 | 11001 | 0 | 110100 | 1010000 | 110010 | 10101 | 1000011 | 11110 |
Color Harmonies of #803D19
Complementary color
Monochromatic Colors of #803D19
Black with #803D19
Text Example
Text Example
White with #803D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D19; }
p { color: rgb(128,61,25); }
H1.HeaderClassName
{
color: #803D19;
}
.AnyTagClassName
{
color: #803D19;
}
</style>
background-color css
<style>
a { background-color: #803D19; }
a { background-color: rgb(128,61,25); }
div.DivClassName
{
background-color: #803D19;
}
.BgClassName
{
background-color: #803D19;
}
</style>
border-color css
<style>
span { border-color: #803D19; }
span { border-color: rgb(128,61,25); }
td.TdClassName
{
border-color: #803D19;
}
.TagClassName
{
border-color: #803D19;
}
</style>