Shades of Russet #7C4819
Tints of Russet #7C4819
RGB
CMYK
RGB Variations
Color information
#7C4819 (or 0x7C4819) is known color: Russet. HEX triplet: 7C, 48 and 19. RGB value is (124,72,25). Sum of RGB (Red+Green+Blue) = 124+72+25=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4819 is #83B7E6. Grayscale: #525252. Windows color (decimal): -8632295 or 1656956. OLE color: 1656956.
HSL color Cylindrical-coordinate representation of color #7C4819: hue angle of 28.48º 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 #7C4819 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 25 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.51 |
| HSL | 28.48º | 0.66% | 0.29% | - |
| HSV(B) | 28.48º | 0.8% | 0.49% | - |
| XYZ | 10.81 | 8.99 | 2.09 | - |
| YUV | 82.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 25 | 0 | 0.42 | 0.80 | 0.51 | 28.48 | 0.66 | 0.29 |
| Hex | 7C | 48 | 19 | 0 | 2A | 50 | 33 | 1C | 42 | 1D |
| Octal | 174 | 110 | 31 | 0 | 52 | 120 | 63 | 34 | 102 | 35 |
| Binary | 1111100 | 1001000 | 11001 | 0 | 101010 | 1010000 | 110011 | 11100 | 1000010 | 11101 |
Color Harmonies of #7C4819
Complementary color
Monochromatic Colors of #7C4819
Black with #7C4819
Text Example
Text Example
White with #7C4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4819; }
p { color: rgb(124,72,25); }
H1.HeaderClassName
{
color: #7C4819;
}
.AnyTagClassName
{
color: #7C4819;
}
</style>
background-color css
<style>
a { background-color: #7C4819; }
a { background-color: rgb(124,72,25); }
div.DivClassName
{
background-color: #7C4819;
}
.BgClassName
{
background-color: #7C4819;
}
</style>
border-color css
<style>
span { border-color: #7C4819; }
span { border-color: rgb(124,72,25); }
td.TdClassName
{
border-color: #7C4819;
}
.TagClassName
{
border-color: #7C4819;
}
</style>