Shades of Russet #7E3A13
Tints of Russet #7E3A13
RGB
CMYK
RGB Variations
Color information
#7E3A13 (or 0x7E3A13) is known color: Russet. HEX triplet: 7E, 3A and 13. RGB value is (126,58,19). Sum of RGB (Red+Green+Blue) = 126+58+19=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3A13 is #81C5EC. Grayscale: #4A4A4A. Windows color (decimal): -8504813 or 1260158. OLE color: 1260158.
HSL color Cylindrical-coordinate representation of color #7E3A13: hue angle of 21.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E3A13 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 19 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.51 |
| HSL | 21.87º | 0.74% | 0.28% | - |
| HSV(B) | 21.87º | 0.85% | 0.49% | - |
| XYZ | 10.23 | 7.51 | 1.53 | - |
| YUV | 73.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 19 | 0 | 0.54 | 0.85 | 0.51 | 21.87 | 0.74 | 0.28 |
| Hex | 7E | 3A | 13 | 0 | 36 | 55 | 33 | 16 | 4A | 1C |
| Octal | 176 | 72 | 23 | 0 | 66 | 125 | 63 | 26 | 112 | 34 |
| Binary | 1111110 | 111010 | 10011 | 0 | 110110 | 1010101 | 110011 | 10110 | 1001010 | 11100 |
Color Harmonies of #7E3A13
Complementary color
Monochromatic Colors of #7E3A13
Black with #7E3A13
Text Example
Text Example
White with #7E3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A13; }
p { color: rgb(126,58,19); }
H1.HeaderClassName
{
color: #7E3A13;
}
.AnyTagClassName
{
color: #7E3A13;
}
</style>
background-color css
<style>
a { background-color: #7E3A13; }
a { background-color: rgb(126,58,19); }
div.DivClassName
{
background-color: #7E3A13;
}
.BgClassName
{
background-color: #7E3A13;
}
</style>
border-color css
<style>
span { border-color: #7E3A13; }
span { border-color: rgb(126,58,19); }
td.TdClassName
{
border-color: #7E3A13;
}
.TagClassName
{
border-color: #7E3A13;
}
</style>