Shades of Russet #803B12
Tints of Russet #803B12
RGB
CMYK
RGB Variations
Color information
#803B12 (or 0x803B12) is known color: Russet. HEX triplet: 80, 3B and 12. RGB value is (128,59,18). Sum of RGB (Red+Green+Blue) = 128+59+18=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B12 is #7FC4ED. Grayscale: #4B4B4B. Windows color (decimal): -8373486 or 1194880. OLE color: 1194880.
HSL color Cylindrical-coordinate representation of color #803B12: hue angle of 22.36º 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 #803B12 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 18 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.50 |
| HSL | 22.36º | 0.75% | 0.29% | - |
| HSV(B) | 22.36º | 0.86% | 0.5% | - |
| XYZ | 10.58 | 7.76 | 1.51 | - |
| YUV | 74.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 18 | 0 | 0.54 | 0.86 | 0.50 | 22.36 | 0.75 | 0.29 |
| Hex | 80 | 3B | 12 | 0 | 36 | 56 | 32 | 16 | 4B | 1D |
| Octal | 200 | 73 | 22 | 0 | 66 | 126 | 62 | 26 | 113 | 35 |
| Binary | 10000000 | 111011 | 10010 | 0 | 110110 | 1010110 | 110010 | 10110 | 1001011 | 11101 |
Color Harmonies of #803B12
Complementary color
Monochromatic Colors of #803B12
Black with #803B12
Text Example
Text Example
White with #803B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B12; }
p { color: rgb(128,59,18); }
H1.HeaderClassName
{
color: #803B12;
}
.AnyTagClassName
{
color: #803B12;
}
</style>
background-color css
<style>
a { background-color: #803B12; }
a { background-color: rgb(128,59,18); }
div.DivClassName
{
background-color: #803B12;
}
.BgClassName
{
background-color: #803B12;
}
</style>
border-color css
<style>
span { border-color: #803B12; }
span { border-color: rgb(128,59,18); }
td.TdClassName
{
border-color: #803B12;
}
.TagClassName
{
border-color: #803B12;
}
</style>