Shades of Russet #7C5021
Tints of Russet #7C5021
RGB
CMYK
RGB Variations
Color information
#7C5021 (or 0x7C5021) is known color: Russet. HEX triplet: 7C, 50 and 21. RGB value is (124,80,33). Sum of RGB (Red+Green+Blue) = 124+80+33=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5021 is #83AFDE. Grayscale: #585858. Windows color (decimal): -8630239 or 2183292. OLE color: 2183292.
HSL color Cylindrical-coordinate representation of color #7C5021: hue angle of 30.99º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C5021 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 33 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.51 |
| HSL | 30.99º | 0.58% | 0.31% | - |
| HSV(B) | 30.99º | 0.73% | 0.49% | - |
| XYZ | 11.46 | 10.13 | 2.79 | - |
| YUV | 87.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 33 | 0 | 0.35 | 0.73 | 0.51 | 30.99 | 0.58 | 0.31 |
| Hex | 7C | 50 | 21 | 0 | 23 | 49 | 33 | 1F | 3A | 1F |
| Octal | 174 | 120 | 41 | 0 | 43 | 111 | 63 | 37 | 72 | 37 |
| Binary | 1111100 | 1010000 | 100001 | 0 | 100011 | 1001001 | 110011 | 11111 | 111010 | 11111 |
Color Harmonies of #7C5021
Complementary color
Monochromatic Colors of #7C5021
Black with #7C5021
Text Example
Text Example
White with #7C5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5021; }
p { color: rgb(124,80,33); }
H1.HeaderClassName
{
color: #7C5021;
}
.AnyTagClassName
{
color: #7C5021;
}
</style>
background-color css
<style>
a { background-color: #7C5021; }
a { background-color: rgb(124,80,33); }
div.DivClassName
{
background-color: #7C5021;
}
.BgClassName
{
background-color: #7C5021;
}
</style>
border-color css
<style>
span { border-color: #7C5021; }
span { border-color: rgb(124,80,33); }
td.TdClassName
{
border-color: #7C5021;
}
.TagClassName
{
border-color: #7C5021;
}
</style>