Shades of Russet #813A13
Tints of Russet #813A13
RGB
CMYK
RGB Variations
Color information
#813A13 (or 0x813A13) is known color: Russet. HEX triplet: 81, 3A and 13. RGB value is (129,58,19). Sum of RGB (Red+Green+Blue) = 129+58+19=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #813A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A13 is #7EC5EC. Grayscale: #4B4B4B. Windows color (decimal): -8308205 or 1260161. OLE color: 1260161.
HSL color Cylindrical-coordinate representation of color #813A13: hue angle of 21.27º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #813A13 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 19 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.49 |
| HSL | 21.27º | 0.74% | 0.29% | - |
| HSV(B) | 21.27º | 0.85% | 0.51% | - |
| XYZ | 10.68 | 7.74 | 1.55 | - |
| YUV | 74.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 19 | 0 | 0.55 | 0.85 | 0.49 | 21.27 | 0.74 | 0.29 |
| Hex | 81 | 3A | 13 | 0 | 37 | 55 | 31 | 15 | 4A | 1D |
| Octal | 201 | 72 | 23 | 0 | 67 | 125 | 61 | 25 | 112 | 35 |
| Binary | 10000001 | 111010 | 10011 | 0 | 110111 | 1010101 | 110001 | 10101 | 1001010 | 11101 |
Color Harmonies of #813A13
Complementary color
Monochromatic Colors of #813A13
Black with #813A13
Text Example
Text Example
White with #813A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A13; }
p { color: rgb(129,58,19); }
H1.HeaderClassName
{
color: #813A13;
}
.AnyTagClassName
{
color: #813A13;
}
</style>
background-color css
<style>
a { background-color: #813A13; }
a { background-color: rgb(129,58,19); }
div.DivClassName
{
background-color: #813A13;
}
.BgClassName
{
background-color: #813A13;
}
</style>
border-color css
<style>
span { border-color: #813A13; }
span { border-color: rgb(129,58,19); }
td.TdClassName
{
border-color: #813A13;
}
.TagClassName
{
border-color: #813A13;
}
</style>