Shades of Russet #803813
Tints of Russet #803813
RGB
CMYK
RGB Variations
Color information
#803813 (or 0x803813) is known color: Russet. HEX triplet: 80, 38 and 13. RGB value is (128,56,19). Sum of RGB (Red+Green+Blue) = 128+56+19=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #803813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803813 is #7FC7EC. Grayscale: #494949. Windows color (decimal): -8374253 or 1259648. OLE color: 1259648.
HSL color Cylindrical-coordinate representation of color #803813: hue angle of 20.37º 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 #803813 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 19 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.50 |
| HSL | 20.37º | 0.74% | 0.29% | - |
| HSV(B) | 20.37º | 0.85% | 0.5% | - |
| XYZ | 10.43 | 7.46 | 1.51 | - |
| YUV | 73.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 19 | 0 | 0.56 | 0.85 | 0.50 | 20.37 | 0.74 | 0.29 |
| Hex | 80 | 38 | 13 | 0 | 38 | 55 | 32 | 14 | 4A | 1D |
| Octal | 200 | 70 | 23 | 0 | 70 | 125 | 62 | 24 | 112 | 35 |
| Binary | 10000000 | 111000 | 10011 | 0 | 111000 | 1010101 | 110010 | 10100 | 1001010 | 11101 |
Color Harmonies of #803813
Complementary color
Monochromatic Colors of #803813
Black with #803813
Text Example
Text Example
White with #803813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803813; }
p { color: rgb(128,56,19); }
H1.HeaderClassName
{
color: #803813;
}
.AnyTagClassName
{
color: #803813;
}
</style>
background-color css
<style>
a { background-color: #803813; }
a { background-color: rgb(128,56,19); }
div.DivClassName
{
background-color: #803813;
}
.BgClassName
{
background-color: #803813;
}
</style>
border-color css
<style>
span { border-color: #803813; }
span { border-color: rgb(128,56,19); }
td.TdClassName
{
border-color: #803813;
}
.TagClassName
{
border-color: #803813;
}
</style>