Shades of Russet #7E511A
Tints of Russet #7E511A
RGB
CMYK
RGB Variations
Color information
#7E511A (or 0x7E511A) is known color: Russet. HEX triplet: 7E, 51 and 1A. RGB value is (126,81,26). Sum of RGB (Red+Green+Blue) = 126+81+26=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E511A is #81AEE5. Grayscale: #585858. Windows color (decimal): -8498918 or 1724798. OLE color: 1724798.
HSL color Cylindrical-coordinate representation of color #7E511A: hue angle of 33º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E511A is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 26 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.51 |
| HSL | 33º | 0.66% | 0.3% | - |
| HSV(B) | 33º | 0.79% | 0.49% | - |
| XYZ | 11.73 | 10.4 | 2.37 | - |
| YUV | 88.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 26 | 0 | 0.36 | 0.79 | 0.51 | 33 | 0.66 | 0.3 |
| Hex | 7E | 51 | 1A | 0 | 24 | 4F | 33 | 21 | 42 | 1E |
| Octal | 176 | 121 | 32 | 0 | 44 | 117 | 63 | 41 | 102 | 36 |
| Binary | 1111110 | 1010001 | 11010 | 0 | 100100 | 1001111 | 110011 | 100001 | 1000010 | 11110 |
Color Harmonies of #7E511A
Complementary color
Monochromatic Colors of #7E511A
Black with #7E511A
Text Example
Text Example
White with #7E511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E511A; }
p { color: rgb(126,81,26); }
H1.HeaderClassName
{
color: #7E511A;
}
.AnyTagClassName
{
color: #7E511A;
}
</style>
background-color css
<style>
a { background-color: #7E511A; }
a { background-color: rgb(126,81,26); }
div.DivClassName
{
background-color: #7E511A;
}
.BgClassName
{
background-color: #7E511A;
}
</style>
border-color css
<style>
span { border-color: #7E511A; }
span { border-color: rgb(126,81,26); }
td.TdClassName
{
border-color: #7E511A;
}
.TagClassName
{
border-color: #7E511A;
}
</style>