Shades of Russet #7D4019
Tints of Russet #7D4019
RGB
CMYK
RGB Variations
Color information
#7D4019 (or 0x7D4019) is known color: Russet. HEX triplet: 7D, 40 and 19. RGB value is (125,64,25). Sum of RGB (Red+Green+Blue) = 125+64+25=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4019 is #82BFE6. Grayscale: #4E4E4E. Windows color (decimal): -8568807 or 1654909. OLE color: 1654909.
HSL color Cylindrical-coordinate representation of color #7D4019: hue angle of 23.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 #7D4019 is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 25 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.51 |
| HSL | 23.4º | 0.67% | 0.29% | - |
| HSV(B) | 23.4º | 0.8% | 0.49% | - |
| XYZ | 10.47 | 8.1 | 1.93 | - |
| YUV | 77.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 25 | 0 | 0.49 | 0.8 | 0.51 | 23.4 | 0.67 | 0.29 |
| Hex | 7D | 40 | 19 | 0 | 31 | 50 | 33 | 17 | 43 | 1D |
| Octal | 175 | 100 | 31 | 0 | 61 | 120 | 63 | 27 | 103 | 35 |
| Binary | 1111101 | 1000000 | 11001 | 0 | 110001 | 1010000 | 110011 | 10111 | 1000011 | 11101 |
Color Harmonies of #7D4019
Complementary color
Monochromatic Colors of #7D4019
Black with #7D4019
Text Example
Text Example
White with #7D4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4019; }
p { color: rgb(125,64,25); }
H1.HeaderClassName
{
color: #7D4019;
}
.AnyTagClassName
{
color: #7D4019;
}
</style>
background-color css
<style>
a { background-color: #7D4019; }
a { background-color: rgb(125,64,25); }
div.DivClassName
{
background-color: #7D4019;
}
.BgClassName
{
background-color: #7D4019;
}
</style>
border-color css
<style>
span { border-color: #7D4019; }
span { border-color: rgb(125,64,25); }
td.TdClassName
{
border-color: #7D4019;
}
.TagClassName
{
border-color: #7D4019;
}
</style>