Shades of Russet #803A12
Tints of Russet #803A12
RGB
CMYK
RGB Variations
Color information
#803A12 (or 0x803A12) is known color: Russet. HEX triplet: 80, 3A and 12. RGB value is (128,58,18). Sum of RGB (Red+Green+Blue) = 128+58+18=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #803A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A12 is #7FC5ED. Grayscale: #4A4A4A. Windows color (decimal): -8373742 or 1194624. OLE color: 1194624.
HSL color Cylindrical-coordinate representation of color #803A12: hue angle of 21.82º 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 #803A12 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 18 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.50 |
| HSL | 21.82º | 0.75% | 0.29% | - |
| HSV(B) | 21.82º | 0.86% | 0.5% | - |
| XYZ | 10.52 | 7.66 | 1.5 | - |
| YUV | 74.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 18 | 0 | 0.55 | 0.86 | 0.50 | 21.82 | 0.75 | 0.29 |
| Hex | 80 | 3A | 12 | 0 | 37 | 56 | 32 | 16 | 4B | 1D |
| Octal | 200 | 72 | 22 | 0 | 67 | 126 | 62 | 26 | 113 | 35 |
| Binary | 10000000 | 111010 | 10010 | 0 | 110111 | 1010110 | 110010 | 10110 | 1001011 | 11101 |
Color Harmonies of #803A12
Complementary color
Monochromatic Colors of #803A12
Black with #803A12
Text Example
Text Example
White with #803A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A12; }
p { color: rgb(128,58,18); }
H1.HeaderClassName
{
color: #803A12;
}
.AnyTagClassName
{
color: #803A12;
}
</style>
background-color css
<style>
a { background-color: #803A12; }
a { background-color: rgb(128,58,18); }
div.DivClassName
{
background-color: #803A12;
}
.BgClassName
{
background-color: #803A12;
}
</style>
border-color css
<style>
span { border-color: #803A12; }
span { border-color: rgb(128,58,18); }
td.TdClassName
{
border-color: #803A12;
}
.TagClassName
{
border-color: #803A12;
}
</style>