Shades of Russet #803B13
Tints of Russet #803B13
RGB
CMYK
RGB Variations
Color information
#803B13 (or 0x803B13) is known color: Russet. HEX triplet: 80, 3B and 13. RGB value is (128,59,19). Sum of RGB (Red+Green+Blue) = 128+59+19=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B13 is #7FC4EC. Grayscale: #4B4B4B. Windows color (decimal): -8373485 or 1260416. OLE color: 1260416.
HSL color Cylindrical-coordinate representation of color #803B13: hue angle of 22.02º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #803B13 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 19 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.50 |
| HSL | 22.02º | 0.74% | 0.29% | - |
| HSV(B) | 22.02º | 0.85% | 0.5% | - |
| XYZ | 10.58 | 7.76 | 1.56 | - |
| YUV | 75.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 19 | 0 | 0.54 | 0.85 | 0.50 | 22.02 | 0.74 | 0.29 |
| Hex | 80 | 3B | 13 | 0 | 36 | 55 | 32 | 16 | 4A | 1D |
| Octal | 200 | 73 | 23 | 0 | 66 | 125 | 62 | 26 | 112 | 35 |
| Binary | 10000000 | 111011 | 10011 | 0 | 110110 | 1010101 | 110010 | 10110 | 1001010 | 11101 |
Color Harmonies of #803B13
Complementary color
Monochromatic Colors of #803B13
Black with #803B13
Text Example
Text Example
White with #803B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B13; }
p { color: rgb(128,59,19); }
H1.HeaderClassName
{
color: #803B13;
}
.AnyTagClassName
{
color: #803B13;
}
</style>
background-color css
<style>
a { background-color: #803B13; }
a { background-color: rgb(128,59,19); }
div.DivClassName
{
background-color: #803B13;
}
.BgClassName
{
background-color: #803B13;
}
</style>
border-color css
<style>
span { border-color: #803B13; }
span { border-color: rgb(128,59,19); }
td.TdClassName
{
border-color: #803B13;
}
.TagClassName
{
border-color: #803B13;
}
</style>