Shades of Russet #7E461B
Tints of Russet #7E461B
RGB
CMYK
RGB Variations
Color information
#7E461B (or 0x7E461B) is known color: Russet. HEX triplet: 7E, 46 and 1B. RGB value is (126,70,27). Sum of RGB (Red+Green+Blue) = 126+70+27=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E461B is #81B9E4. Grayscale: #525252. Windows color (decimal): -8501733 or 1787518. OLE color: 1787518.
HSL color Cylindrical-coordinate representation of color #7E461B: hue angle of 26.06º degrees, saturation: 0.65, 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 #7E461B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 27 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.51 |
| HSL | 26.06º | 0.65% | 0.3% | - |
| HSV(B) | 26.06º | 0.79% | 0.49% | - |
| XYZ | 10.99 | 8.9 | 2.17 | - |
| YUV | 81.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 27 | 0 | 0.44 | 0.79 | 0.51 | 26.06 | 0.65 | 0.3 |
| Hex | 7E | 46 | 1B | 0 | 2C | 4F | 33 | 1A | 41 | 1E |
| Octal | 176 | 106 | 33 | 0 | 54 | 117 | 63 | 32 | 101 | 36 |
| Binary | 1111110 | 1000110 | 11011 | 0 | 101100 | 1001111 | 110011 | 11010 | 1000001 | 11110 |
Color Harmonies of #7E461B
Complementary color
Monochromatic Colors of #7E461B
Black with #7E461B
Text Example
Text Example
White with #7E461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E461B; }
p { color: rgb(126,70,27); }
H1.HeaderClassName
{
color: #7E461B;
}
.AnyTagClassName
{
color: #7E461B;
}
</style>
background-color css
<style>
a { background-color: #7E461B; }
a { background-color: rgb(126,70,27); }
div.DivClassName
{
background-color: #7E461B;
}
.BgClassName
{
background-color: #7E461B;
}
</style>
border-color css
<style>
span { border-color: #7E461B; }
span { border-color: rgb(126,70,27); }
td.TdClassName
{
border-color: #7E461B;
}
.TagClassName
{
border-color: #7E461B;
}
</style>