Shades of Russet #813C17
Tints of Russet #813C17
RGB
CMYK
RGB Variations
Color information
#813C17 (or 0x813C17) is known color: Russet. HEX triplet: 81, 3C and 17. RGB value is (129,60,23). Sum of RGB (Red+Green+Blue) = 129+60+23=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #813C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C17 is #7EC3E8. Grayscale: #4C4C4C. Windows color (decimal): -8307689 or 1522817. OLE color: 1522817.
HSL color Cylindrical-coordinate representation of color #813C17: hue angle of 20.94º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #813C17 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 23 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.49 |
| HSL | 20.94º | 0.7% | 0.3% | - |
| HSV(B) | 20.94º | 0.82% | 0.51% | - |
| XYZ | 10.82 | 7.96 | 1.78 | - |
| YUV | 76.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 23 | 0 | 0.53 | 0.82 | 0.49 | 20.94 | 0.7 | 0.3 |
| Hex | 81 | 3C | 17 | 0 | 35 | 52 | 31 | 15 | 46 | 1E |
| Octal | 201 | 74 | 27 | 0 | 65 | 122 | 61 | 25 | 106 | 36 |
| Binary | 10000001 | 111100 | 10111 | 0 | 110101 | 1010010 | 110001 | 10101 | 1000110 | 11110 |
Color Harmonies of #813C17
Complementary color
Monochromatic Colors of #813C17
Black with #813C17
Text Example
Text Example
White with #813C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C17; }
p { color: rgb(129,60,23); }
H1.HeaderClassName
{
color: #813C17;
}
.AnyTagClassName
{
color: #813C17;
}
</style>
background-color css
<style>
a { background-color: #813C17; }
a { background-color: rgb(129,60,23); }
div.DivClassName
{
background-color: #813C17;
}
.BgClassName
{
background-color: #813C17;
}
</style>
border-color css
<style>
span { border-color: #813C17; }
span { border-color: rgb(129,60,23); }
td.TdClassName
{
border-color: #813C17;
}
.TagClassName
{
border-color: #813C17;
}
</style>