Shades of Russet #7D4014
Tints of Russet #7D4014
RGB
CMYK
RGB Variations
Color information
#7D4014 (or 0x7D4014) is known color: Russet. HEX triplet: 7D, 40 and 14. RGB value is (125,64,20). Sum of RGB (Red+Green+Blue) = 125+64+20=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4014 is #82BFEB. Grayscale: #4D4D4D. Windows color (decimal): -8568812 or 1327229. OLE color: 1327229.
HSL color Cylindrical-coordinate representation of color #7D4014: hue angle of 25.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D4014 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 20 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.51 |
| HSL | 25.14º | 0.72% | 0.28% | - |
| HSV(B) | 25.14º | 0.84% | 0.49% | - |
| XYZ | 10.42 | 8.08 | 1.67 | - |
| YUV | 77.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 20 | 0 | 0.49 | 0.84 | 0.51 | 25.14 | 0.72 | 0.28 |
| Hex | 7D | 40 | 14 | 0 | 31 | 54 | 33 | 19 | 48 | 1C |
| Octal | 175 | 100 | 24 | 0 | 61 | 124 | 63 | 31 | 110 | 34 |
| Binary | 1111101 | 1000000 | 10100 | 0 | 110001 | 1010100 | 110011 | 11001 | 1001000 | 11100 |
Color Harmonies of #7D4014
Complementary color
Monochromatic Colors of #7D4014
Black with #7D4014
Text Example
Text Example
White with #7D4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4014; }
p { color: rgb(125,64,20); }
H1.HeaderClassName
{
color: #7D4014;
}
.AnyTagClassName
{
color: #7D4014;
}
</style>
background-color css
<style>
a { background-color: #7D4014; }
a { background-color: rgb(125,64,20); }
div.DivClassName
{
background-color: #7D4014;
}
.BgClassName
{
background-color: #7D4014;
}
</style>
border-color css
<style>
span { border-color: #7D4014; }
span { border-color: rgb(125,64,20); }
td.TdClassName
{
border-color: #7D4014;
}
.TagClassName
{
border-color: #7D4014;
}
</style>