Shades of Russet #7D4018
Tints of Russet #7D4018
RGB
CMYK
RGB Variations
Color information
#7D4018 (or 0x7D4018) is known color: Russet. HEX triplet: 7D, 40 and 18. RGB value is (125,64,24). Sum of RGB (Red+Green+Blue) = 125+64+24=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4018 is #82BFE7. Grayscale: #4D4D4D. Windows color (decimal): -8568808 or 1589373. OLE color: 1589373.
HSL color Cylindrical-coordinate representation of color #7D4018: hue angle of 23.76º 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 #7D4018 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 24 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.51 |
| HSL | 23.76º | 0.68% | 0.29% | - |
| HSV(B) | 23.76º | 0.81% | 0.49% | - |
| XYZ | 10.46 | 8.09 | 1.88 | - |
| YUV | 77.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 24 | 0 | 0.49 | 0.81 | 0.51 | 23.76 | 0.68 | 0.29 |
| Hex | 7D | 40 | 18 | 0 | 31 | 51 | 33 | 18 | 44 | 1D |
| Octal | 175 | 100 | 30 | 0 | 61 | 121 | 63 | 30 | 104 | 35 |
| Binary | 1111101 | 1000000 | 11000 | 0 | 110001 | 1010001 | 110011 | 11000 | 1000100 | 11101 |
Color Harmonies of #7D4018
Complementary color
Monochromatic Colors of #7D4018
Black with #7D4018
Text Example
Text Example
White with #7D4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4018; }
p { color: rgb(125,64,24); }
H1.HeaderClassName
{
color: #7D4018;
}
.AnyTagClassName
{
color: #7D4018;
}
</style>
background-color css
<style>
a { background-color: #7D4018; }
a { background-color: rgb(125,64,24); }
div.DivClassName
{
background-color: #7D4018;
}
.BgClassName
{
background-color: #7D4018;
}
</style>
border-color css
<style>
span { border-color: #7D4018; }
span { border-color: rgb(125,64,24); }
td.TdClassName
{
border-color: #7D4018;
}
.TagClassName
{
border-color: #7D4018;
}
</style>