Shades of Russet #803912
Tints of Russet #803912
RGB
CMYK
RGB Variations
Color information
#803912 (or 0x803912) is known color: Russet. HEX triplet: 80, 39 and 12. RGB value is (128,57,18). Sum of RGB (Red+Green+Blue) = 128+57+18=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #803912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803912 is #7FC6ED. Grayscale: #4A4A4A. Windows color (decimal): -8373998 or 1194368. OLE color: 1194368.
HSL color Cylindrical-coordinate representation of color #803912: hue angle of 21.27º 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 #803912 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 18 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.50 |
| HSL | 21.27º | 0.75% | 0.29% | - |
| HSV(B) | 21.27º | 0.86% | 0.5% | - |
| XYZ | 10.47 | 7.56 | 1.48 | - |
| YUV | 73.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 18 | 0 | 0.55 | 0.86 | 0.50 | 21.27 | 0.75 | 0.29 |
| Hex | 80 | 39 | 12 | 0 | 37 | 56 | 32 | 15 | 4B | 1D |
| Octal | 200 | 71 | 22 | 0 | 67 | 126 | 62 | 25 | 113 | 35 |
| Binary | 10000000 | 111001 | 10010 | 0 | 110111 | 1010110 | 110010 | 10101 | 1001011 | 11101 |
Color Harmonies of #803912
Complementary color
Monochromatic Colors of #803912
Black with #803912
Text Example
Text Example
White with #803912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803912; }
p { color: rgb(128,57,18); }
H1.HeaderClassName
{
color: #803912;
}
.AnyTagClassName
{
color: #803912;
}
</style>
background-color css
<style>
a { background-color: #803912; }
a { background-color: rgb(128,57,18); }
div.DivClassName
{
background-color: #803912;
}
.BgClassName
{
background-color: #803912;
}
</style>
border-color css
<style>
span { border-color: #803912; }
span { border-color: rgb(128,57,18); }
td.TdClassName
{
border-color: #803912;
}
.TagClassName
{
border-color: #803912;
}
</style>