Shades of Russet #7D4D18
Tints of Russet #7D4D18
RGB
CMYK
RGB Variations
Color information
#7D4D18 (or 0x7D4D18) is known color: Russet. HEX triplet: 7D, 4D and 18. RGB value is (125,77,24). Sum of RGB (Red+Green+Blue) = 125+77+24=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D4D18 is #82B2E7. Grayscale: #555555. Windows color (decimal): -8565480 or 1592701. OLE color: 1592701.
HSL color Cylindrical-coordinate representation of color #7D4D18: hue angle of 31.49º 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 #7D4D18 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 77 | 24 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.51 |
| HSL | 31.49º | 0.68% | 0.29% | - |
| HSV(B) | 31.49º | 0.81% | 0.49% | - |
| XYZ | 11.28 | 9.73 | 2.15 | - |
| YUV | 85.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 24 | 0 | 0.38 | 0.81 | 0.51 | 31.49 | 0.68 | 0.29 |
| Hex | 7D | 4D | 18 | 0 | 26 | 51 | 33 | 1F | 44 | 1D |
| Octal | 175 | 115 | 30 | 0 | 46 | 121 | 63 | 37 | 104 | 35 |
| Binary | 1111101 | 1001101 | 11000 | 0 | 100110 | 1010001 | 110011 | 11111 | 1000100 | 11101 |
Color Harmonies of #7D4D18
Complementary color
Monochromatic Colors of #7D4D18
Black with #7D4D18
Text Example
Text Example
White with #7D4D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4D18; }
p { color: rgb(125,77,24); }
H1.HeaderClassName
{
color: #7D4D18;
}
.AnyTagClassName
{
color: #7D4D18;
}
</style>
background-color css
<style>
a { background-color: #7D4D18; }
a { background-color: rgb(125,77,24); }
div.DivClassName
{
background-color: #7D4D18;
}
.BgClassName
{
background-color: #7D4D18;
}
</style>
border-color css
<style>
span { border-color: #7D4D18; }
span { border-color: rgb(125,77,24); }
td.TdClassName
{
border-color: #7D4D18;
}
.TagClassName
{
border-color: #7D4D18;
}
</style>