Shades of Russet #7E3C18
Tints of Russet #7E3C18
RGB
CMYK
RGB Variations
Color information
#7E3C18 (or 0x7E3C18) is known color: Russet. HEX triplet: 7E, 3C and 18. RGB value is (126,60,24). Sum of RGB (Red+Green+Blue) = 126+60+24=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3C18 is #81C3E7. Grayscale: #4B4B4B. Windows color (decimal): -8504296 or 1588350. OLE color: 1588350.
HSL color Cylindrical-coordinate representation of color #7E3C18: hue angle of 21.18º 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 #7E3C18 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 24 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.51 |
| HSL | 21.18º | 0.68% | 0.29% | - |
| HSV(B) | 21.18º | 0.81% | 0.49% | - |
| XYZ | 10.38 | 7.73 | 1.81 | - |
| YUV | 75.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 24 | 0 | 0.52 | 0.81 | 0.51 | 21.18 | 0.68 | 0.29 |
| Hex | 7E | 3C | 18 | 0 | 34 | 51 | 33 | 15 | 44 | 1D |
| Octal | 176 | 74 | 30 | 0 | 64 | 121 | 63 | 25 | 104 | 35 |
| Binary | 1111110 | 111100 | 11000 | 0 | 110100 | 1010001 | 110011 | 10101 | 1000100 | 11101 |
Color Harmonies of #7E3C18
Complementary color
Monochromatic Colors of #7E3C18
Black with #7E3C18
Text Example
Text Example
White with #7E3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C18; }
p { color: rgb(126,60,24); }
H1.HeaderClassName
{
color: #7E3C18;
}
.AnyTagClassName
{
color: #7E3C18;
}
</style>
background-color css
<style>
a { background-color: #7E3C18; }
a { background-color: rgb(126,60,24); }
div.DivClassName
{
background-color: #7E3C18;
}
.BgClassName
{
background-color: #7E3C18;
}
</style>
border-color css
<style>
span { border-color: #7E3C18; }
span { border-color: rgb(126,60,24); }
td.TdClassName
{
border-color: #7E3C18;
}
.TagClassName
{
border-color: #7E3C18;
}
</style>