Shades of Russet #7C4019
Tints of Russet #7C4019
RGB
CMYK
RGB Variations
Color information
#7C4019 (or 0x7C4019) is known color: Russet. HEX triplet: 7C, 40 and 19. RGB value is (124,64,25). Sum of RGB (Red+Green+Blue) = 124+64+25=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4019 is #83BFE6. Grayscale: #4D4D4D. Windows color (decimal): -8634343 or 1654908. OLE color: 1654908.
HSL color Cylindrical-coordinate representation of color #7C4019: hue angle of 23.64º degrees, saturation: 0.66, 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 #7C4019 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 25 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.51 |
| HSL | 23.64º | 0.66% | 0.29% | - |
| HSV(B) | 23.64º | 0.8% | 0.49% | - |
| XYZ | 10.32 | 8.02 | 1.92 | - |
| YUV | 77.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 25 | 0 | 0.48 | 0.80 | 0.51 | 23.64 | 0.66 | 0.29 |
| Hex | 7C | 40 | 19 | 0 | 30 | 50 | 33 | 18 | 42 | 1D |
| Octal | 174 | 100 | 31 | 0 | 60 | 120 | 63 | 30 | 102 | 35 |
| Binary | 1111100 | 1000000 | 11001 | 0 | 110000 | 1010000 | 110011 | 11000 | 1000010 | 11101 |
Color Harmonies of #7C4019
Complementary color
Monochromatic Colors of #7C4019
Black with #7C4019
Text Example
Text Example
White with #7C4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4019; }
p { color: rgb(124,64,25); }
H1.HeaderClassName
{
color: #7C4019;
}
.AnyTagClassName
{
color: #7C4019;
}
</style>
background-color css
<style>
a { background-color: #7C4019; }
a { background-color: rgb(124,64,25); }
div.DivClassName
{
background-color: #7C4019;
}
.BgClassName
{
background-color: #7C4019;
}
</style>
border-color css
<style>
span { border-color: #7C4019; }
span { border-color: rgb(124,64,25); }
td.TdClassName
{
border-color: #7C4019;
}
.TagClassName
{
border-color: #7C4019;
}
</style>