Shades of Russet #7D4113
Tints of Russet #7D4113
RGB
CMYK
RGB Variations
Color information
#7D4113 (or 0x7D4113) is known color: Russet. HEX triplet: 7D, 41 and 13. RGB value is (125,65,19). Sum of RGB (Red+Green+Blue) = 125+65+19=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4113 is #82BEEC. Grayscale: #4D4D4D. Windows color (decimal): -8568557 or 1261949. OLE color: 1261949.
HSL color Cylindrical-coordinate representation of color #7D4113: hue angle of 26.04º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D4113 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 19 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.51 |
| HSL | 26.04º | 0.74% | 0.28% | - |
| HSV(B) | 26.04º | 0.85% | 0.49% | - |
| XYZ | 10.47 | 8.19 | 1.64 | - |
| YUV | 77.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 19 | 0 | 0.48 | 0.85 | 0.51 | 26.04 | 0.74 | 0.28 |
| Hex | 7D | 41 | 13 | 0 | 30 | 55 | 33 | 1A | 4A | 1C |
| Octal | 175 | 101 | 23 | 0 | 60 | 125 | 63 | 32 | 112 | 34 |
| Binary | 1111101 | 1000001 | 10011 | 0 | 110000 | 1010101 | 110011 | 11010 | 1001010 | 11100 |
Color Harmonies of #7D4113
Complementary color
Monochromatic Colors of #7D4113
Black with #7D4113
Text Example
Text Example
White with #7D4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4113; }
p { color: rgb(125,65,19); }
H1.HeaderClassName
{
color: #7D4113;
}
.AnyTagClassName
{
color: #7D4113;
}
</style>
background-color css
<style>
a { background-color: #7D4113; }
a { background-color: rgb(125,65,19); }
div.DivClassName
{
background-color: #7D4113;
}
.BgClassName
{
background-color: #7D4113;
}
</style>
border-color css
<style>
span { border-color: #7D4113; }
span { border-color: rgb(125,65,19); }
td.TdClassName
{
border-color: #7D4113;
}
.TagClassName
{
border-color: #7D4113;
}
</style>