Shades of Russet #7D4118
Tints of Russet #7D4118
RGB
CMYK
RGB Variations
Color information
#7D4118 (or 0x7D4118) is known color: Russet. HEX triplet: 7D, 41 and 18. RGB value is (125,65,24). Sum of RGB (Red+Green+Blue) = 125+65+24=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4118 is #82BEE7. Grayscale: #4E4E4E. Windows color (decimal): -8568552 or 1589629. OLE color: 1589629.
HSL color Cylindrical-coordinate representation of color #7D4118: hue angle of 24.36º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D4118 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 24 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.51 |
| HSL | 24.36º | 0.68% | 0.29% | - |
| HSV(B) | 24.36º | 0.81% | 0.49% | - |
| XYZ | 10.51 | 8.21 | 1.89 | - |
| YUV | 78.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 24 | 0 | 0.48 | 0.81 | 0.51 | 24.36 | 0.68 | 0.29 |
| Hex | 7D | 41 | 18 | 0 | 30 | 51 | 33 | 18 | 44 | 1D |
| Octal | 175 | 101 | 30 | 0 | 60 | 121 | 63 | 30 | 104 | 35 |
| Binary | 1111101 | 1000001 | 11000 | 0 | 110000 | 1010001 | 110011 | 11000 | 1000100 | 11101 |
Color Harmonies of #7D4118
Complementary color
Monochromatic Colors of #7D4118
Black with #7D4118
Text Example
Text Example
White with #7D4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4118; }
p { color: rgb(125,65,24); }
H1.HeaderClassName
{
color: #7D4118;
}
.AnyTagClassName
{
color: #7D4118;
}
</style>
background-color css
<style>
a { background-color: #7D4118; }
a { background-color: rgb(125,65,24); }
div.DivClassName
{
background-color: #7D4118;
}
.BgClassName
{
background-color: #7D4118;
}
</style>
border-color css
<style>
span { border-color: #7D4118; }
span { border-color: rgb(125,65,24); }
td.TdClassName
{
border-color: #7D4118;
}
.TagClassName
{
border-color: #7D4118;
}
</style>