Shades of Russet #803F12
Tints of Russet #803F12
RGB
CMYK
RGB Variations
Color information
#803F12 (or 0x803F12) is known color: Russet. HEX triplet: 80, 3F and 12. RGB value is (128,63,18). Sum of RGB (Red+Green+Blue) = 128+63+18=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #803F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F12 is #7FC0ED. Grayscale: #4D4D4D. Windows color (decimal): -8372462 or 1195904. OLE color: 1195904.
HSL color Cylindrical-coordinate representation of color #803F12: hue angle of 24.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #803F12 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 18 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.50 |
| HSL | 24.55º | 0.75% | 0.29% | - |
| HSV(B) | 24.55º | 0.86% | 0.5% | - |
| XYZ | 10.79 | 8.19 | 1.58 | - |
| YUV | 77.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 18 | 0 | 0.51 | 0.86 | 0.50 | 24.55 | 0.75 | 0.29 |
| Hex | 80 | 3F | 12 | 0 | 33 | 56 | 32 | 19 | 4B | 1D |
| Octal | 200 | 77 | 22 | 0 | 63 | 126 | 62 | 31 | 113 | 35 |
| Binary | 10000000 | 111111 | 10010 | 0 | 110011 | 1010110 | 110010 | 11001 | 1001011 | 11101 |
Color Harmonies of #803F12
Complementary color
Monochromatic Colors of #803F12
Black with #803F12
Text Example
Text Example
White with #803F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F12; }
p { color: rgb(128,63,18); }
H1.HeaderClassName
{
color: #803F12;
}
.AnyTagClassName
{
color: #803F12;
}
</style>
background-color css
<style>
a { background-color: #803F12; }
a { background-color: rgb(128,63,18); }
div.DivClassName
{
background-color: #803F12;
}
.BgClassName
{
background-color: #803F12;
}
</style>
border-color css
<style>
span { border-color: #803F12; }
span { border-color: rgb(128,63,18); }
td.TdClassName
{
border-color: #803F12;
}
.TagClassName
{
border-color: #803F12;
}
</style>