Shades of Russet #7C4413
Tints of Russet #7C4413
RGB
CMYK
RGB Variations
Color information
#7C4413 (or 0x7C4413) is known color: Russet. HEX triplet: 7C, 44 and 13. RGB value is (124,68,19). Sum of RGB (Red+Green+Blue) = 124+68+19=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4413 is #83BBEC. Grayscale: #4F4F4F. Windows color (decimal): -8633325 or 1262716. OLE color: 1262716.
HSL color Cylindrical-coordinate representation of color #7C4413: hue angle of 28º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C4413 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.51 |
| HSL | 28º | 0.73% | 0.28% | - |
| HSV(B) | 28º | 0.85% | 0.49% | - |
| XYZ | 10.5 | 8.47 | 1.7 | - |
| YUV | 79.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 19 | 0 | 0.45 | 0.85 | 0.51 | 28 | 0.73 | 0.28 |
| Hex | 7C | 44 | 13 | 0 | 2D | 55 | 33 | 1C | 49 | 1C |
| Octal | 174 | 104 | 23 | 0 | 55 | 125 | 63 | 34 | 111 | 34 |
| Binary | 1111100 | 1000100 | 10011 | 0 | 101101 | 1010101 | 110011 | 11100 | 1001001 | 11100 |
Color Harmonies of #7C4413
Complementary color
Monochromatic Colors of #7C4413
Black with #7C4413
Text Example
Text Example
White with #7C4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4413; }
p { color: rgb(124,68,19); }
H1.HeaderClassName
{
color: #7C4413;
}
.AnyTagClassName
{
color: #7C4413;
}
</style>
background-color css
<style>
a { background-color: #7C4413; }
a { background-color: rgb(124,68,19); }
div.DivClassName
{
background-color: #7C4413;
}
.BgClassName
{
background-color: #7C4413;
}
</style>
border-color css
<style>
span { border-color: #7C4413; }
span { border-color: rgb(124,68,19); }
td.TdClassName
{
border-color: #7C4413;
}
.TagClassName
{
border-color: #7C4413;
}
</style>