Shades of Russet #7D4A19
Tints of Russet #7D4A19
RGB
CMYK
RGB Variations
Color information
#7D4A19 (or 0x7D4A19) is known color: Russet. HEX triplet: 7D, 4A and 19. RGB value is (125,74,25). Sum of RGB (Red+Green+Blue) = 125+74+25=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A19 is #82B5E6. Grayscale: #535353. Windows color (decimal): -8566247 or 1657469. OLE color: 1657469.
HSL color Cylindrical-coordinate representation of color #7D4A19: hue angle of 29.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D4A19 is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 25 | - |
| CMYK | 0 | 0.41 | 0.8 | 0.51 |
| HSL | 29.4º | 0.67% | 0.29% | - |
| HSV(B) | 29.4º | 0.8% | 0.49% | - |
| XYZ | 11.08 | 9.33 | 2.14 | - |
| YUV | 83.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 25 | 0 | 0.41 | 0.8 | 0.51 | 29.4 | 0.67 | 0.29 |
| Hex | 7D | 4A | 19 | 0 | 29 | 50 | 33 | 1D | 43 | 1D |
| Octal | 175 | 112 | 31 | 0 | 51 | 120 | 63 | 35 | 103 | 35 |
| Binary | 1111101 | 1001010 | 11001 | 0 | 101001 | 1010000 | 110011 | 11101 | 1000011 | 11101 |
Color Harmonies of #7D4A19
Complementary color
Monochromatic Colors of #7D4A19
Black with #7D4A19
Text Example
Text Example
White with #7D4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A19; }
p { color: rgb(125,74,25); }
H1.HeaderClassName
{
color: #7D4A19;
}
.AnyTagClassName
{
color: #7D4A19;
}
</style>
background-color css
<style>
a { background-color: #7D4A19; }
a { background-color: rgb(125,74,25); }
div.DivClassName
{
background-color: #7D4A19;
}
.BgClassName
{
background-color: #7D4A19;
}
</style>
border-color css
<style>
span { border-color: #7D4A19; }
span { border-color: rgb(125,74,25); }
td.TdClassName
{
border-color: #7D4A19;
}
.TagClassName
{
border-color: #7D4A19;
}
</style>