Shades of Russet #7D400E
Tints of Russet #7D400E
RGB
CMYK
RGB Variations
Color information
#7D400E (or 0x7D400E) is known color: Russet. HEX triplet: 7D, 40 and 0E. RGB value is (125,64,14). Sum of RGB (Red+Green+Blue) = 125+64+14=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D400E is #82BFF1. Grayscale: #4C4C4C. Windows color (decimal): -8568818 or 934013. OLE color: 934013.
HSL color Cylindrical-coordinate representation of color #7D400E: hue angle of 27.03º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D400E is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 14 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.51 |
| HSL | 27.03º | 0.8% | 0.27% | - |
| HSV(B) | 27.03º | 0.89% | 0.49% | - |
| XYZ | 10.37 | 8.06 | 1.42 | - |
| YUV | 76.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 14 | 0 | 0.49 | 0.89 | 0.51 | 27.03 | 0.8 | 0.27 |
| Hex | 7D | 40 | E | 0 | 31 | 59 | 33 | 1B | 50 | 1B |
| Octal | 175 | 100 | 16 | 0 | 61 | 131 | 63 | 33 | 120 | 33 |
| Binary | 1111101 | 1000000 | 1110 | 0 | 110001 | 1011001 | 110011 | 11011 | 1010000 | 11011 |
Color Harmonies of #7D400E
Complementary color
Monochromatic Colors of #7D400E
Black with #7D400E
Text Example
Text Example
White with #7D400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D400E; }
p { color: rgb(125,64,14); }
H1.HeaderClassName
{
color: #7D400E;
}
.AnyTagClassName
{
color: #7D400E;
}
</style>
background-color css
<style>
a { background-color: #7D400E; }
a { background-color: rgb(125,64,14); }
div.DivClassName
{
background-color: #7D400E;
}
.BgClassName
{
background-color: #7D400E;
}
</style>
border-color css
<style>
span { border-color: #7D400E; }
span { border-color: rgb(125,64,14); }
td.TdClassName
{
border-color: #7D400E;
}
.TagClassName
{
border-color: #7D400E;
}
</style>