Shades of Russet #7C4924
Tints of Russet #7C4924
RGB
CMYK
RGB Variations
Color information
#7C4924 (or 0x7C4924) is known color: Russet. HEX triplet: 7C, 49 and 24. RGB value is (124,73,36). Sum of RGB (Red+Green+Blue) = 124+73+36=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4924 is #83B6DB. Grayscale: #545454. Windows color (decimal): -8632028 or 2378108. OLE color: 2378108.
HSL color Cylindrical-coordinate representation of color #7C4924: hue angle of 25.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C4924 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 36 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.51 |
| HSL | 25.23º | 0.55% | 0.31% | - |
| HSV(B) | 25.23º | 0.71% | 0.49% | - |
| XYZ | 11.01 | 9.18 | 2.86 | - |
| YUV | 84.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 36 | 0 | 0.41 | 0.71 | 0.51 | 25.23 | 0.55 | 0.31 |
| Hex | 7C | 49 | 24 | 0 | 29 | 47 | 33 | 19 | 37 | 1F |
| Octal | 174 | 111 | 44 | 0 | 51 | 107 | 63 | 31 | 67 | 37 |
| Binary | 1111100 | 1001001 | 100100 | 0 | 101001 | 1000111 | 110011 | 11001 | 110111 | 11111 |
Color Harmonies of #7C4924
Complementary color
Monochromatic Colors of #7C4924
Black with #7C4924
Text Example
Text Example
White with #7C4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4924; }
p { color: rgb(124,73,36); }
H1.HeaderClassName
{
color: #7C4924;
}
.AnyTagClassName
{
color: #7C4924;
}
</style>
background-color css
<style>
a { background-color: #7C4924; }
a { background-color: rgb(124,73,36); }
div.DivClassName
{
background-color: #7C4924;
}
.BgClassName
{
background-color: #7C4924;
}
</style>
border-color css
<style>
span { border-color: #7C4924; }
span { border-color: rgb(124,73,36); }
td.TdClassName
{
border-color: #7C4924;
}
.TagClassName
{
border-color: #7C4924;
}
</style>