Shades of Russet #7E471E
Tints of Russet #7E471E
RGB
CMYK
RGB Variations
Color information
#7E471E (or 0x7E471E) is known color: Russet. HEX triplet: 7E, 47 and 1E. RGB value is (126,71,30). Sum of RGB (Red+Green+Blue) = 126+71+30=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E471E is #81B8E1. Grayscale: #525252. Windows color (decimal): -8501474 or 1984382. OLE color: 1984382.
HSL color Cylindrical-coordinate representation of color #7E471E: hue angle of 25.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E471E is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 30 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.51 |
| HSL | 25.63º | 0.62% | 0.31% | - |
| HSV(B) | 25.63º | 0.76% | 0.49% | - |
| XYZ | 11.09 | 9.04 | 2.39 | - |
| YUV | 82.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 30 | 0 | 0.44 | 0.76 | 0.51 | 25.63 | 0.62 | 0.31 |
| Hex | 7E | 47 | 1E | 0 | 2C | 4C | 33 | 1A | 3E | 1F |
| Octal | 176 | 107 | 36 | 0 | 54 | 114 | 63 | 32 | 76 | 37 |
| Binary | 1111110 | 1000111 | 11110 | 0 | 101100 | 1001100 | 110011 | 11010 | 111110 | 11111 |
Color Harmonies of #7E471E
Complementary color
Monochromatic Colors of #7E471E
Black with #7E471E
Text Example
Text Example
White with #7E471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E471E; }
p { color: rgb(126,71,30); }
H1.HeaderClassName
{
color: #7E471E;
}
.AnyTagClassName
{
color: #7E471E;
}
</style>
background-color css
<style>
a { background-color: #7E471E; }
a { background-color: rgb(126,71,30); }
div.DivClassName
{
background-color: #7E471E;
}
.BgClassName
{
background-color: #7E471E;
}
</style>
border-color css
<style>
span { border-color: #7E471E; }
span { border-color: rgb(126,71,30); }
td.TdClassName
{
border-color: #7E471E;
}
.TagClassName
{
border-color: #7E471E;
}
</style>