Shades of Russet #7C4315
Tints of Russet #7C4315
RGB
CMYK
RGB Variations
Color information
#7C4315 (or 0x7C4315) is known color: Russet. HEX triplet: 7C, 43 and 15. RGB value is (124,67,21). Sum of RGB (Red+Green+Blue) = 124+67+21=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4315 is #83BCEA. Grayscale: #4F4F4F. Windows color (decimal): -8633579 or 1393532. OLE color: 1393532.
HSL color Cylindrical-coordinate representation of color #7C4315: hue angle of 26.8º 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 #7C4315 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 21 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.51 |
| HSL | 26.8º | 0.71% | 0.28% | - |
| HSV(B) | 26.8º | 0.83% | 0.49% | - |
| XYZ | 10.45 | 8.35 | 1.77 | - |
| YUV | 78.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 21 | 0 | 0.46 | 0.83 | 0.51 | 26.8 | 0.71 | 0.28 |
| Hex | 7C | 43 | 15 | 0 | 2E | 53 | 33 | 1B | 47 | 1C |
| Octal | 174 | 103 | 25 | 0 | 56 | 123 | 63 | 33 | 107 | 34 |
| Binary | 1111100 | 1000011 | 10101 | 0 | 101110 | 1010011 | 110011 | 11011 | 1000111 | 11100 |
Color Harmonies of #7C4315
Complementary color
Monochromatic Colors of #7C4315
Black with #7C4315
Text Example
Text Example
White with #7C4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4315; }
p { color: rgb(124,67,21); }
H1.HeaderClassName
{
color: #7C4315;
}
.AnyTagClassName
{
color: #7C4315;
}
</style>
background-color css
<style>
a { background-color: #7C4315; }
a { background-color: rgb(124,67,21); }
div.DivClassName
{
background-color: #7C4315;
}
.BgClassName
{
background-color: #7C4315;
}
</style>
border-color css
<style>
span { border-color: #7C4315; }
span { border-color: rgb(124,67,21); }
td.TdClassName
{
border-color: #7C4315;
}
.TagClassName
{
border-color: #7C4315;
}
</style>