Shades of Russet #7C3C13
Tints of Russet #7C3C13
RGB
CMYK
RGB Variations
Color information
#7C3C13 (or 0x7C3C13) is known color: Russet. HEX triplet: 7C, 3C and 13. RGB value is (124,60,19). Sum of RGB (Red+Green+Blue) = 124+60+19=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C13 is #83C3EC. Grayscale: #4A4A4A. Windows color (decimal): -8635373 or 1260668. OLE color: 1260668.
HSL color Cylindrical-coordinate representation of color #7C3C13: hue angle of 23.43º 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 #7C3C13 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 19 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.51 |
| HSL | 23.43º | 0.73% | 0.28% | - |
| HSV(B) | 23.43º | 0.85% | 0.49% | - |
| XYZ | 10.05 | 7.56 | 1.55 | - |
| YUV | 74.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 19 | 0 | 0.52 | 0.85 | 0.51 | 23.43 | 0.73 | 0.28 |
| Hex | 7C | 3C | 13 | 0 | 34 | 55 | 33 | 17 | 49 | 1C |
| Octal | 174 | 74 | 23 | 0 | 64 | 125 | 63 | 27 | 111 | 34 |
| Binary | 1111100 | 111100 | 10011 | 0 | 110100 | 1010101 | 110011 | 10111 | 1001001 | 11100 |
Color Harmonies of #7C3C13
Complementary color
Monochromatic Colors of #7C3C13
Black with #7C3C13
Text Example
Text Example
White with #7C3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C13; }
p { color: rgb(124,60,19); }
H1.HeaderClassName
{
color: #7C3C13;
}
.AnyTagClassName
{
color: #7C3C13;
}
</style>
background-color css
<style>
a { background-color: #7C3C13; }
a { background-color: rgb(124,60,19); }
div.DivClassName
{
background-color: #7C3C13;
}
.BgClassName
{
background-color: #7C3C13;
}
</style>
border-color css
<style>
span { border-color: #7C3C13; }
span { border-color: rgb(124,60,19); }
td.TdClassName
{
border-color: #7C3C13;
}
.TagClassName
{
border-color: #7C3C13;
}
</style>