Shades of Russet #813E15
Tints of Russet #813E15
RGB
CMYK
RGB Variations
Color information
#813E15 (or 0x813E15) is known color: Russet. HEX triplet: 81, 3E and 15. RGB value is (129,62,21). Sum of RGB (Red+Green+Blue) = 129+62+21=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #813E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E15 is #7EC1EA. Grayscale: #4D4D4D. Windows color (decimal): -8307179 or 1392257. OLE color: 1392257.
HSL color Cylindrical-coordinate representation of color #813E15: hue angle of 22.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #813E15 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 21 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.49 |
| HSL | 22.78º | 0.72% | 0.29% | - |
| HSV(B) | 22.78º | 0.84% | 0.51% | - |
| XYZ | 10.91 | 8.17 | 1.71 | - |
| YUV | 77.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 21 | 0 | 0.52 | 0.84 | 0.49 | 22.78 | 0.72 | 0.29 |
| Hex | 81 | 3E | 15 | 0 | 34 | 54 | 31 | 17 | 48 | 1D |
| Octal | 201 | 76 | 25 | 0 | 64 | 124 | 61 | 27 | 110 | 35 |
| Binary | 10000001 | 111110 | 10101 | 0 | 110100 | 1010100 | 110001 | 10111 | 1001000 | 11101 |
Color Harmonies of #813E15
Complementary color
Monochromatic Colors of #813E15
Black with #813E15
Text Example
Text Example
White with #813E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E15; }
p { color: rgb(129,62,21); }
H1.HeaderClassName
{
color: #813E15;
}
.AnyTagClassName
{
color: #813E15;
}
</style>
background-color css
<style>
a { background-color: #813E15; }
a { background-color: rgb(129,62,21); }
div.DivClassName
{
background-color: #813E15;
}
.BgClassName
{
background-color: #813E15;
}
</style>
border-color css
<style>
span { border-color: #813E15; }
span { border-color: rgb(129,62,21); }
td.TdClassName
{
border-color: #813E15;
}
.TagClassName
{
border-color: #813E15;
}
</style>