Shades of Russet #7C4515
Tints of Russet #7C4515
RGB
CMYK
RGB Variations
Color information
#7C4515 (or 0x7C4515) is known color: Russet. HEX triplet: 7C, 45 and 15. RGB value is (124,69,21). Sum of RGB (Red+Green+Blue) = 124+69+21=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4515 is #83BAEA. Grayscale: #505050. Windows color (decimal): -8633067 or 1394044. OLE color: 1394044.
HSL color Cylindrical-coordinate representation of color #7C4515: hue angle of 27.96º 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 #7C4515 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 21 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.51 |
| HSL | 27.96º | 0.71% | 0.28% | - |
| HSV(B) | 27.96º | 0.83% | 0.49% | - |
| XYZ | 10.58 | 8.6 | 1.81 | - |
| YUV | 79.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 21 | 0 | 0.44 | 0.83 | 0.51 | 27.96 | 0.71 | 0.28 |
| Hex | 7C | 45 | 15 | 0 | 2C | 53 | 33 | 1C | 47 | 1C |
| Octal | 174 | 105 | 25 | 0 | 54 | 123 | 63 | 34 | 107 | 34 |
| Binary | 1111100 | 1000101 | 10101 | 0 | 101100 | 1010011 | 110011 | 11100 | 1000111 | 11100 |
Color Harmonies of #7C4515
Complementary color
Monochromatic Colors of #7C4515
Black with #7C4515
Text Example
Text Example
White with #7C4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4515; }
p { color: rgb(124,69,21); }
H1.HeaderClassName
{
color: #7C4515;
}
.AnyTagClassName
{
color: #7C4515;
}
</style>
background-color css
<style>
a { background-color: #7C4515; }
a { background-color: rgb(124,69,21); }
div.DivClassName
{
background-color: #7C4515;
}
.BgClassName
{
background-color: #7C4515;
}
</style>
border-color css
<style>
span { border-color: #7C4515; }
span { border-color: rgb(124,69,21); }
td.TdClassName
{
border-color: #7C4515;
}
.TagClassName
{
border-color: #7C4515;
}
</style>