Shades of Russet #7E4017
Tints of Russet #7E4017
RGB
CMYK
RGB Variations
Color information
#7E4017 (or 0x7E4017) is known color: Russet. HEX triplet: 7E, 40 and 17. RGB value is (126,64,23). Sum of RGB (Red+Green+Blue) = 126+64+23=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4017 is #81BFE8. Grayscale: #4E4E4E. Windows color (decimal): -8503273 or 1523838. OLE color: 1523838.
HSL color Cylindrical-coordinate representation of color #7E4017: hue angle of 23.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E4017 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 23 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.51 |
| HSL | 23.88º | 0.69% | 0.29% | - |
| HSV(B) | 23.88º | 0.82% | 0.49% | - |
| XYZ | 10.59 | 8.16 | 1.83 | - |
| YUV | 77.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 23 | 0 | 0.49 | 0.82 | 0.51 | 23.88 | 0.69 | 0.29 |
| Hex | 7E | 40 | 17 | 0 | 31 | 52 | 33 | 18 | 45 | 1D |
| Octal | 176 | 100 | 27 | 0 | 61 | 122 | 63 | 30 | 105 | 35 |
| Binary | 1111110 | 1000000 | 10111 | 0 | 110001 | 1010010 | 110011 | 11000 | 1000101 | 11101 |
Color Harmonies of #7E4017
Complementary color
Monochromatic Colors of #7E4017
Black with #7E4017
Text Example
Text Example
White with #7E4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4017; }
p { color: rgb(126,64,23); }
H1.HeaderClassName
{
color: #7E4017;
}
.AnyTagClassName
{
color: #7E4017;
}
</style>
background-color css
<style>
a { background-color: #7E4017; }
a { background-color: rgb(126,64,23); }
div.DivClassName
{
background-color: #7E4017;
}
.BgClassName
{
background-color: #7E4017;
}
</style>
border-color css
<style>
span { border-color: #7E4017; }
span { border-color: rgb(126,64,23); }
td.TdClassName
{
border-color: #7E4017;
}
.TagClassName
{
border-color: #7E4017;
}
</style>