Shades of Russet #7E4B18
Tints of Russet #7E4B18
RGB
CMYK
RGB Variations
Color information
#7E4B18 (or 0x7E4B18) is known color: Russet. HEX triplet: 7E, 4B and 18. RGB value is (126,75,24). Sum of RGB (Red+Green+Blue) = 126+75+24=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4B18 is #81B4E7. Grayscale: #545454. Windows color (decimal): -8500456 or 1592190. OLE color: 1592190.
HSL color Cylindrical-coordinate representation of color #7E4B18: hue angle of 30º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E4B18 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 75 | 24 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.51 |
| HSL | 30º | 0.68% | 0.29% | - |
| HSV(B) | 30º | 0.81% | 0.49% | - |
| XYZ | 11.29 | 9.53 | 2.11 | - |
| YUV | 84.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 24 | 0 | 0.40 | 0.81 | 0.51 | 30 | 0.68 | 0.29 |
| Hex | 7E | 4B | 18 | 0 | 28 | 51 | 33 | 1E | 44 | 1D |
| Octal | 176 | 113 | 30 | 0 | 50 | 121 | 63 | 36 | 104 | 35 |
| Binary | 1111110 | 1001011 | 11000 | 0 | 101000 | 1010001 | 110011 | 11110 | 1000100 | 11101 |
Color Harmonies of #7E4B18
Complementary color
Monochromatic Colors of #7E4B18
Black with #7E4B18
Text Example
Text Example
White with #7E4B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4B18; }
p { color: rgb(126,75,24); }
H1.HeaderClassName
{
color: #7E4B18;
}
.AnyTagClassName
{
color: #7E4B18;
}
</style>
background-color css
<style>
a { background-color: #7E4B18; }
a { background-color: rgb(126,75,24); }
div.DivClassName
{
background-color: #7E4B18;
}
.BgClassName
{
background-color: #7E4B18;
}
</style>
border-color css
<style>
span { border-color: #7E4B18; }
span { border-color: rgb(126,75,24); }
td.TdClassName
{
border-color: #7E4B18;
}
.TagClassName
{
border-color: #7E4B18;
}
</style>