Shades of Russet #7C4018
Tints of Russet #7C4018
RGB
CMYK
RGB Variations
Color information
#7C4018 (or 0x7C4018) is known color: Russet. HEX triplet: 7C, 40 and 18. RGB value is (124,64,24). Sum of RGB (Red+Green+Blue) = 124+64+24=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4018 is #83BFE7. Grayscale: #4D4D4D. Windows color (decimal): -8634344 or 1589372. OLE color: 1589372.
HSL color Cylindrical-coordinate representation of color #7C4018: hue angle of 24º 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 #7C4018 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 24 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.51 |
| HSL | 24º | 0.68% | 0.29% | - |
| HSV(B) | 24º | 0.81% | 0.49% | - |
| XYZ | 10.31 | 8.02 | 1.87 | - |
| YUV | 77.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 24 | 0 | 0.48 | 0.81 | 0.51 | 24 | 0.68 | 0.29 |
| Hex | 7C | 40 | 18 | 0 | 30 | 51 | 33 | 18 | 44 | 1D |
| Octal | 174 | 100 | 30 | 0 | 60 | 121 | 63 | 30 | 104 | 35 |
| Binary | 1111100 | 1000000 | 11000 | 0 | 110000 | 1010001 | 110011 | 11000 | 1000100 | 11101 |
Color Harmonies of #7C4018
Complementary color
Monochromatic Colors of #7C4018
Black with #7C4018
Text Example
Text Example
White with #7C4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4018; }
p { color: rgb(124,64,24); }
H1.HeaderClassName
{
color: #7C4018;
}
.AnyTagClassName
{
color: #7C4018;
}
</style>
background-color css
<style>
a { background-color: #7C4018; }
a { background-color: rgb(124,64,24); }
div.DivClassName
{
background-color: #7C4018;
}
.BgClassName
{
background-color: #7C4018;
}
</style>
border-color css
<style>
span { border-color: #7C4018; }
span { border-color: rgb(124,64,24); }
td.TdClassName
{
border-color: #7C4018;
}
.TagClassName
{
border-color: #7C4018;
}
</style>