Shades of Russet #7E4019
Tints of Russet #7E4019
RGB
CMYK
RGB Variations
Color information
#7E4019 (or 0x7E4019) is known color: Russet. HEX triplet: 7E, 40 and 19. RGB value is (126,64,25). Sum of RGB (Red+Green+Blue) = 126+64+25=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4019 is #81BFE6. Grayscale: #4E4E4E. Windows color (decimal): -8503271 or 1654910. OLE color: 1654910.
HSL color Cylindrical-coordinate representation of color #7E4019: hue angle of 23.17º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E4019 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 25 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.51 |
| HSL | 23.17º | 0.67% | 0.3% | - |
| HSV(B) | 23.17º | 0.8% | 0.49% | - |
| XYZ | 10.61 | 8.17 | 1.94 | - |
| YUV | 78.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 25 | 0 | 0.49 | 0.80 | 0.51 | 23.17 | 0.67 | 0.3 |
| Hex | 7E | 40 | 19 | 0 | 31 | 50 | 33 | 17 | 43 | 1E |
| Octal | 176 | 100 | 31 | 0 | 61 | 120 | 63 | 27 | 103 | 36 |
| Binary | 1111110 | 1000000 | 11001 | 0 | 110001 | 1010000 | 110011 | 10111 | 1000011 | 11110 |
Color Harmonies of #7E4019
Complementary color
Monochromatic Colors of #7E4019
Black with #7E4019
Text Example
Text Example
White with #7E4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4019; }
p { color: rgb(126,64,25); }
H1.HeaderClassName
{
color: #7E4019;
}
.AnyTagClassName
{
color: #7E4019;
}
</style>
background-color css
<style>
a { background-color: #7E4019; }
a { background-color: rgb(126,64,25); }
div.DivClassName
{
background-color: #7E4019;
}
.BgClassName
{
background-color: #7E4019;
}
</style>
border-color css
<style>
span { border-color: #7E4019; }
span { border-color: rgb(126,64,25); }
td.TdClassName
{
border-color: #7E4019;
}
.TagClassName
{
border-color: #7E4019;
}
</style>