Shades of Russet #7E401C
Tints of Russet #7E401C
RGB
CMYK
RGB Variations
Color information
#7E401C (or 0x7E401C) is known color: Russet. HEX triplet: 7E, 40 and 1C. RGB value is (126,64,28). Sum of RGB (Red+Green+Blue) = 126+64+28=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E401C is #81BFE3. Grayscale: #4E4E4E. Windows color (decimal): -8503268 or 1851518. OLE color: 1851518.
HSL color Cylindrical-coordinate representation of color #7E401C: hue angle of 22.04º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E401C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 28 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.51 |
| HSL | 22.04º | 0.64% | 0.3% | - |
| HSV(B) | 22.04º | 0.78% | 0.49% | - |
| XYZ | 10.65 | 8.19 | 2.12 | - |
| YUV | 78.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 28 | 0 | 0.49 | 0.78 | 0.51 | 22.04 | 0.64 | 0.3 |
| Hex | 7E | 40 | 1C | 0 | 31 | 4E | 33 | 16 | 40 | 1E |
| Octal | 176 | 100 | 34 | 0 | 61 | 116 | 63 | 26 | 100 | 36 |
| Binary | 1111110 | 1000000 | 11100 | 0 | 110001 | 1001110 | 110011 | 10110 | 1000000 | 11110 |
Color Harmonies of #7E401C
Complementary color
Monochromatic Colors of #7E401C
Black with #7E401C
Text Example
Text Example
White with #7E401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E401C; }
p { color: rgb(126,64,28); }
H1.HeaderClassName
{
color: #7E401C;
}
.AnyTagClassName
{
color: #7E401C;
}
</style>
background-color css
<style>
a { background-color: #7E401C; }
a { background-color: rgb(126,64,28); }
div.DivClassName
{
background-color: #7E401C;
}
.BgClassName
{
background-color: #7E401C;
}
</style>
border-color css
<style>
span { border-color: #7E401C; }
span { border-color: rgb(126,64,28); }
td.TdClassName
{
border-color: #7E401C;
}
.TagClassName
{
border-color: #7E401C;
}
</style>