Shades of Russet #7D4819
Tints of Russet #7D4819
RGB
CMYK
RGB Variations
Color information
#7D4819 (or 0x7D4819) is known color: Russet. HEX triplet: 7D, 48 and 19. RGB value is (125,72,25). Sum of RGB (Red+Green+Blue) = 125+72+25=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4819 is #82B7E6. Grayscale: #525252. Windows color (decimal): -8566759 or 1656957. OLE color: 1656957.
HSL color Cylindrical-coordinate representation of color #7D4819: hue angle of 28.2º 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 #7D4819 is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 25 | - |
| CMYK | 0 | 0.42 | 0.8 | 0.51 |
| HSL | 28.2º | 0.67% | 0.29% | - |
| HSV(B) | 28.2º | 0.8% | 0.49% | - |
| XYZ | 10.95 | 9.06 | 2.09 | - |
| YUV | 82.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 25 | 0 | 0.42 | 0.8 | 0.51 | 28.2 | 0.67 | 0.29 |
| Hex | 7D | 48 | 19 | 0 | 2A | 50 | 33 | 1C | 43 | 1D |
| Octal | 175 | 110 | 31 | 0 | 52 | 120 | 63 | 34 | 103 | 35 |
| Binary | 1111101 | 1001000 | 11001 | 0 | 101010 | 1010000 | 110011 | 11100 | 1000011 | 11101 |
Color Harmonies of #7D4819
Complementary color
Monochromatic Colors of #7D4819
Black with #7D4819
Text Example
Text Example
White with #7D4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4819; }
p { color: rgb(125,72,25); }
H1.HeaderClassName
{
color: #7D4819;
}
.AnyTagClassName
{
color: #7D4819;
}
</style>
background-color css
<style>
a { background-color: #7D4819; }
a { background-color: rgb(125,72,25); }
div.DivClassName
{
background-color: #7D4819;
}
.BgClassName
{
background-color: #7D4819;
}
</style>
border-color css
<style>
span { border-color: #7D4819; }
span { border-color: rgb(125,72,25); }
td.TdClassName
{
border-color: #7D4819;
}
.TagClassName
{
border-color: #7D4819;
}
</style>