Shades of Russet #813C15
Tints of Russet #813C15
RGB
CMYK
RGB Variations
Color information
#813C15 (or 0x813C15) is known color: Russet. HEX triplet: 81, 3C and 15. RGB value is (129,60,21). Sum of RGB (Red+Green+Blue) = 129+60+21=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #813C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C15 is #7EC3EA. Grayscale: #4C4C4C. Windows color (decimal): -8307691 or 1391745. OLE color: 1391745.
HSL color Cylindrical-coordinate representation of color #813C15: hue angle of 21.67º 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 #813C15 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 21 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.49 |
| HSL | 21.67º | 0.72% | 0.29% | - |
| HSV(B) | 21.67º | 0.84% | 0.51% | - |
| XYZ | 10.8 | 7.95 | 1.68 | - |
| YUV | 76.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 21 | 0 | 0.53 | 0.84 | 0.49 | 21.67 | 0.72 | 0.29 |
| Hex | 81 | 3C | 15 | 0 | 35 | 54 | 31 | 16 | 48 | 1D |
| Octal | 201 | 74 | 25 | 0 | 65 | 124 | 61 | 26 | 110 | 35 |
| Binary | 10000001 | 111100 | 10101 | 0 | 110101 | 1010100 | 110001 | 10110 | 1001000 | 11101 |
Color Harmonies of #813C15
Complementary color
Monochromatic Colors of #813C15
Black with #813C15
Text Example
Text Example
White with #813C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C15; }
p { color: rgb(129,60,21); }
H1.HeaderClassName
{
color: #813C15;
}
.AnyTagClassName
{
color: #813C15;
}
</style>
background-color css
<style>
a { background-color: #813C15; }
a { background-color: rgb(129,60,21); }
div.DivClassName
{
background-color: #813C15;
}
.BgClassName
{
background-color: #813C15;
}
</style>
border-color css
<style>
span { border-color: #813C15; }
span { border-color: rgb(129,60,21); }
td.TdClassName
{
border-color: #813C15;
}
.TagClassName
{
border-color: #813C15;
}
</style>