Shades of Russet #803F1F
Tints of Russet #803F1F
RGB
CMYK
RGB Variations
Color information
#803F1F (or 0x803F1F) is known color: Russet. HEX triplet: 80, 3F and 1F. RGB value is (128,63,31). Sum of RGB (Red+Green+Blue) = 128+63+31=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #803F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F1F is #7FC0E0. Grayscale: #4E4E4E. Windows color (decimal): -8372449 or 2047872. OLE color: 2047872.
HSL color Cylindrical-coordinate representation of color #803F1F: hue angle of 19.79º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803F1F is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 31 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.50 |
| HSL | 19.79º | 0.61% | 0.31% | - |
| HSV(B) | 19.79º | 0.76% | 0.5% | - |
| XYZ | 10.93 | 8.24 | 2.31 | - |
| YUV | 78.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 31 | 0 | 0.51 | 0.76 | 0.50 | 19.79 | 0.61 | 0.31 |
| Hex | 80 | 3F | 1F | 0 | 33 | 4C | 32 | 14 | 3D | 1F |
| Octal | 200 | 77 | 37 | 0 | 63 | 114 | 62 | 24 | 75 | 37 |
| Binary | 10000000 | 111111 | 11111 | 0 | 110011 | 1001100 | 110010 | 10100 | 111101 | 11111 |
Color Harmonies of #803F1F
Complementary color
Monochromatic Colors of #803F1F
Black with #803F1F
Text Example
Text Example
White with #803F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F1F; }
p { color: rgb(128,63,31); }
H1.HeaderClassName
{
color: #803F1F;
}
.AnyTagClassName
{
color: #803F1F;
}
</style>
background-color css
<style>
a { background-color: #803F1F; }
a { background-color: rgb(128,63,31); }
div.DivClassName
{
background-color: #803F1F;
}
.BgClassName
{
background-color: #803F1F;
}
</style>
border-color css
<style>
span { border-color: #803F1F; }
span { border-color: rgb(128,63,31); }
td.TdClassName
{
border-color: #803F1F;
}
.TagClassName
{
border-color: #803F1F;
}
</style>