Shades of Shingle Fawn #7C5934
Tints of Shingle Fawn #7C5934
RGB
CMYK
RGB Variations
Color information
#7C5934 (or 0x7C5934) is known color: Shingle Fawn. HEX triplet: 7C, 59 and 34. RGB value is (124,89,52). Sum of RGB (Red+Green+Blue) = 124+89+52=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5934 is #83A6CB. Grayscale: #5F5F5F. Windows color (decimal): -8627916 or 3430780. OLE color: 3430780.
HSL color Cylindrical-coordinate representation of color #7C5934: hue angle of 30.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C5934 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 52 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.51 |
| HSL | 30.83º | 0.41% | 0.35% | - |
| HSV(B) | 30.83º | 0.58% | 0.49% | - |
| XYZ | 12.5 | 11.68 | 4.84 | - |
| YUV | 95.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 52 | 0 | 0.28 | 0.58 | 0.51 | 30.83 | 0.41 | 0.35 |
| Hex | 7C | 59 | 34 | 0 | 1C | 3A | 33 | 1F | 29 | 23 |
| Octal | 174 | 131 | 64 | 0 | 34 | 72 | 63 | 37 | 51 | 43 |
| Binary | 1111100 | 1011001 | 110100 | 0 | 11100 | 111010 | 110011 | 11111 | 101001 | 100011 |
Color Harmonies of #7C5934
Complementary color
Monochromatic Colors of #7C5934
Black with #7C5934
Text Example
Text Example
White with #7C5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5934; }
p { color: rgb(124,89,52); }
H1.HeaderClassName
{
color: #7C5934;
}
.AnyTagClassName
{
color: #7C5934;
}
</style>
background-color css
<style>
a { background-color: #7C5934; }
a { background-color: rgb(124,89,52); }
div.DivClassName
{
background-color: #7C5934;
}
.BgClassName
{
background-color: #7C5934;
}
</style>
border-color css
<style>
span { border-color: #7C5934; }
span { border-color: rgb(124,89,52); }
td.TdClassName
{
border-color: #7C5934;
}
.TagClassName
{
border-color: #7C5934;
}
</style>