Shades of Russet #803F15
Tints of Russet #803F15
RGB
CMYK
RGB Variations
Color information
#803F15 (or 0x803F15) is known color: Russet. HEX triplet: 80, 3F and 15. RGB value is (128,63,21). Sum of RGB (Red+Green+Blue) = 128+63+21=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #803F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F15 is #7FC0EA. Grayscale: #4D4D4D. Windows color (decimal): -8372459 or 1392512. OLE color: 1392512.
HSL color Cylindrical-coordinate representation of color #803F15: hue angle of 23.55º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #803F15 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 21 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.50 |
| HSL | 23.55º | 0.72% | 0.29% | - |
| HSV(B) | 23.55º | 0.84% | 0.5% | - |
| XYZ | 10.81 | 8.2 | 1.72 | - |
| YUV | 77.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 21 | 0 | 0.51 | 0.84 | 0.50 | 23.55 | 0.72 | 0.29 |
| Hex | 80 | 3F | 15 | 0 | 33 | 54 | 32 | 18 | 48 | 1D |
| Octal | 200 | 77 | 25 | 0 | 63 | 124 | 62 | 30 | 110 | 35 |
| Binary | 10000000 | 111111 | 10101 | 0 | 110011 | 1010100 | 110010 | 11000 | 1001000 | 11101 |
Color Harmonies of #803F15
Complementary color
Monochromatic Colors of #803F15
Black with #803F15
Text Example
Text Example
White with #803F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F15; }
p { color: rgb(128,63,21); }
H1.HeaderClassName
{
color: #803F15;
}
.AnyTagClassName
{
color: #803F15;
}
</style>
background-color css
<style>
a { background-color: #803F15; }
a { background-color: rgb(128,63,21); }
div.DivClassName
{
background-color: #803F15;
}
.BgClassName
{
background-color: #803F15;
}
</style>
border-color css
<style>
span { border-color: #803F15; }
span { border-color: rgb(128,63,21); }
td.TdClassName
{
border-color: #803F15;
}
.TagClassName
{
border-color: #803F15;
}
</style>