Shades of Russet #803915
Tints of Russet #803915
RGB
CMYK
RGB Variations
Color information
#803915 (or 0x803915) is known color: Russet. HEX triplet: 80, 39 and 15. RGB value is (128,57,21). Sum of RGB (Red+Green+Blue) = 128+57+21=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803915 is #7FC6EA. Grayscale: #4A4A4A. Windows color (decimal): -8373995 or 1390976. OLE color: 1390976.
HSL color Cylindrical-coordinate representation of color #803915: hue angle of 20.19º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #803915 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 21 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.50 |
| HSL | 20.19º | 0.72% | 0.29% | - |
| HSV(B) | 20.19º | 0.84% | 0.5% | - |
| XYZ | 10.5 | 7.57 | 1.62 | - |
| YUV | 74.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 21 | 0 | 0.55 | 0.84 | 0.50 | 20.19 | 0.72 | 0.29 |
| Hex | 80 | 39 | 15 | 0 | 37 | 54 | 32 | 14 | 48 | 1D |
| Octal | 200 | 71 | 25 | 0 | 67 | 124 | 62 | 24 | 110 | 35 |
| Binary | 10000000 | 111001 | 10101 | 0 | 110111 | 1010100 | 110010 | 10100 | 1001000 | 11101 |
Color Harmonies of #803915
Complementary color
Monochromatic Colors of #803915
Black with #803915
Text Example
Text Example
White with #803915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803915; }
p { color: rgb(128,57,21); }
H1.HeaderClassName
{
color: #803915;
}
.AnyTagClassName
{
color: #803915;
}
</style>
background-color css
<style>
a { background-color: #803915; }
a { background-color: rgb(128,57,21); }
div.DivClassName
{
background-color: #803915;
}
.BgClassName
{
background-color: #803915;
}
</style>
border-color css
<style>
span { border-color: #803915; }
span { border-color: rgb(128,57,21); }
td.TdClassName
{
border-color: #803915;
}
.TagClassName
{
border-color: #803915;
}
</style>