Shades of Russet #813C1E
Tints of Russet #813C1E
RGB
CMYK
RGB Variations
Color information
#813C1E (or 0x813C1E) is known color: Russet. HEX triplet: 81, 3C and 1E. RGB value is (129,60,30). Sum of RGB (Red+Green+Blue) = 129+60+30=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C1E is #7EC3E1. Grayscale: #4D4D4D. Windows color (decimal): -8307682 or 1981569. OLE color: 1981569.
HSL color Cylindrical-coordinate representation of color #813C1E: hue angle of 18.18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #813C1E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 30 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.49 |
| HSL | 18.18º | 0.62% | 0.31% | - |
| HSV(B) | 18.18º | 0.77% | 0.51% | - |
| XYZ | 10.9 | 7.99 | 2.2 | - |
| YUV | 77.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 30 | 0 | 0.53 | 0.77 | 0.49 | 18.18 | 0.62 | 0.31 |
| Hex | 81 | 3C | 1E | 0 | 35 | 4D | 31 | 12 | 3E | 1F |
| Octal | 201 | 74 | 36 | 0 | 65 | 115 | 61 | 22 | 76 | 37 |
| Binary | 10000001 | 111100 | 11110 | 0 | 110101 | 1001101 | 110001 | 10010 | 111110 | 11111 |
Color Harmonies of #813C1E
Complementary color
Monochromatic Colors of #813C1E
Black with #813C1E
Text Example
Text Example
White with #813C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C1E; }
p { color: rgb(129,60,30); }
H1.HeaderClassName
{
color: #813C1E;
}
.AnyTagClassName
{
color: #813C1E;
}
</style>
background-color css
<style>
a { background-color: #813C1E; }
a { background-color: rgb(129,60,30); }
div.DivClassName
{
background-color: #813C1E;
}
.BgClassName
{
background-color: #813C1E;
}
</style>
border-color css
<style>
span { border-color: #813C1E; }
span { border-color: rgb(129,60,30); }
td.TdClassName
{
border-color: #813C1E;
}
.TagClassName
{
border-color: #813C1E;
}
</style>