Shades of Russet #7C4A23
Tints of Russet #7C4A23
RGB
CMYK
RGB Variations
Color information
#7C4A23 (or 0x7C4A23) is known color: Russet. HEX triplet: 7C, 4A and 23. RGB value is (124,74,35). Sum of RGB (Red+Green+Blue) = 124+74+35=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4A23 is #83B5DC. Grayscale: #545454. Windows color (decimal): -8631773 or 2312828. OLE color: 2312828.
HSL color Cylindrical-coordinate representation of color #7C4A23: hue angle of 26.29º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C4A23 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 74 | 35 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.51 |
| HSL | 26.29º | 0.56% | 0.31% | - |
| HSV(B) | 26.29º | 0.72% | 0.49% | - |
| XYZ | 11.06 | 9.3 | 2.8 | - |
| YUV | 84.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 35 | 0 | 0.40 | 0.72 | 0.51 | 26.29 | 0.56 | 0.31 |
| Hex | 7C | 4A | 23 | 0 | 28 | 48 | 33 | 1A | 38 | 1F |
| Octal | 174 | 112 | 43 | 0 | 50 | 110 | 63 | 32 | 70 | 37 |
| Binary | 1111100 | 1001010 | 100011 | 0 | 101000 | 1001000 | 110011 | 11010 | 111000 | 11111 |
Color Harmonies of #7C4A23
Complementary color
Monochromatic Colors of #7C4A23
Black with #7C4A23
Text Example
Text Example
White with #7C4A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4A23; }
p { color: rgb(124,74,35); }
H1.HeaderClassName
{
color: #7C4A23;
}
.AnyTagClassName
{
color: #7C4A23;
}
</style>
background-color css
<style>
a { background-color: #7C4A23; }
a { background-color: rgb(124,74,35); }
div.DivClassName
{
background-color: #7C4A23;
}
.BgClassName
{
background-color: #7C4A23;
}
</style>
border-color css
<style>
span { border-color: #7C4A23; }
span { border-color: rgb(124,74,35); }
td.TdClassName
{
border-color: #7C4A23;
}
.TagClassName
{
border-color: #7C4A23;
}
</style>