Shades of Russet #7C4915
Tints of Russet #7C4915
RGB
CMYK
RGB Variations
Color information
#7C4915 (or 0x7C4915) is known color: Russet. HEX triplet: 7C, 49 and 15. RGB value is (124,73,21). Sum of RGB (Red+Green+Blue) = 124+73+21=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4915 is #83B6EA. Grayscale: #525252. Windows color (decimal): -8632043 or 1395068. OLE color: 1395068.
HSL color Cylindrical-coordinate representation of color #7C4915: hue angle of 30.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C4915 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 21 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.51 |
| HSL | 30.29º | 0.71% | 0.28% | - |
| HSV(B) | 30.29º | 0.83% | 0.49% | - |
| XYZ | 10.83 | 9.1 | 1.9 | - |
| YUV | 82.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 21 | 0 | 0.41 | 0.83 | 0.51 | 30.29 | 0.71 | 0.28 |
| Hex | 7C | 49 | 15 | 0 | 29 | 53 | 33 | 1E | 47 | 1C |
| Octal | 174 | 111 | 25 | 0 | 51 | 123 | 63 | 36 | 107 | 34 |
| Binary | 1111100 | 1001001 | 10101 | 0 | 101001 | 1010011 | 110011 | 11110 | 1000111 | 11100 |
Color Harmonies of #7C4915
Complementary color
Monochromatic Colors of #7C4915
Black with #7C4915
Text Example
Text Example
White with #7C4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4915; }
p { color: rgb(124,73,21); }
H1.HeaderClassName
{
color: #7C4915;
}
.AnyTagClassName
{
color: #7C4915;
}
</style>
background-color css
<style>
a { background-color: #7C4915; }
a { background-color: rgb(124,73,21); }
div.DivClassName
{
background-color: #7C4915;
}
.BgClassName
{
background-color: #7C4915;
}
</style>
border-color css
<style>
span { border-color: #7C4915; }
span { border-color: rgb(124,73,21); }
td.TdClassName
{
border-color: #7C4915;
}
.TagClassName
{
border-color: #7C4915;
}
</style>