Shades of Russet #7D4513
Tints of Russet #7D4513
RGB
CMYK
RGB Variations
Color information
#7D4513 (or 0x7D4513) is known color: Russet. HEX triplet: 7D, 45 and 13. RGB value is (125,69,19). Sum of RGB (Red+Green+Blue) = 125+69+19=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4513 is #82BAEC. Grayscale: #505050. Windows color (decimal): -8567533 or 1262973. OLE color: 1262973.
HSL color Cylindrical-coordinate representation of color #7D4513: hue angle of 28.3º 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 #7D4513 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.51 |
| HSL | 28.3º | 0.74% | 0.28% | - |
| HSV(B) | 28.3º | 0.85% | 0.49% | - |
| XYZ | 10.7 | 8.66 | 1.72 | - |
| YUV | 80.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 19 | 0 | 0.45 | 0.85 | 0.51 | 28.3 | 0.74 | 0.28 |
| Hex | 7D | 45 | 13 | 0 | 2D | 55 | 33 | 1C | 4A | 1C |
| Octal | 175 | 105 | 23 | 0 | 55 | 125 | 63 | 34 | 112 | 34 |
| Binary | 1111101 | 1000101 | 10011 | 0 | 101101 | 1010101 | 110011 | 11100 | 1001010 | 11100 |
Color Harmonies of #7D4513
Complementary color
Monochromatic Colors of #7D4513
Black with #7D4513
Text Example
Text Example
White with #7D4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4513; }
p { color: rgb(125,69,19); }
H1.HeaderClassName
{
color: #7D4513;
}
.AnyTagClassName
{
color: #7D4513;
}
</style>
background-color css
<style>
a { background-color: #7D4513; }
a { background-color: rgb(125,69,19); }
div.DivClassName
{
background-color: #7D4513;
}
.BgClassName
{
background-color: #7D4513;
}
</style>
border-color css
<style>
span { border-color: #7D4513; }
span { border-color: rgb(125,69,19); }
td.TdClassName
{
border-color: #7D4513;
}
.TagClassName
{
border-color: #7D4513;
}
</style>