Shades of Shingle Fawn #7C5935
Tints of Shingle Fawn #7C5935
RGB
CMYK
RGB Variations
Color information
#7C5935 (or 0x7C5935) is known color: Shingle Fawn. HEX triplet: 7C, 59 and 35. RGB value is (124,89,53). Sum of RGB (Red+Green+Blue) = 124+89+53=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5935 is #83A6CA. Grayscale: #5F5F5F. Windows color (decimal): -8627915 or 3496316. OLE color: 3496316.
HSL color Cylindrical-coordinate representation of color #7C5935: hue angle of 30.42º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C5935 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 53 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.51 |
| HSL | 30.42º | 0.4% | 0.35% | - |
| HSV(B) | 30.42º | 0.57% | 0.49% | - |
| XYZ | 12.53 | 11.69 | 4.96 | - |
| YUV | 95.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 53 | 0 | 0.28 | 0.57 | 0.51 | 30.42 | 0.4 | 0.35 |
| Hex | 7C | 59 | 35 | 0 | 1C | 39 | 33 | 1E | 28 | 23 |
| Octal | 174 | 131 | 65 | 0 | 34 | 71 | 63 | 36 | 50 | 43 |
| Binary | 1111100 | 1011001 | 110101 | 0 | 11100 | 111001 | 110011 | 11110 | 101000 | 100011 |
Color Harmonies of #7C5935
Complementary color
Monochromatic Colors of #7C5935
Black with #7C5935
Text Example
Text Example
White with #7C5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5935; }
p { color: rgb(124,89,53); }
H1.HeaderClassName
{
color: #7C5935;
}
.AnyTagClassName
{
color: #7C5935;
}
</style>
background-color css
<style>
a { background-color: #7C5935; }
a { background-color: rgb(124,89,53); }
div.DivClassName
{
background-color: #7C5935;
}
.BgClassName
{
background-color: #7C5935;
}
</style>
border-color css
<style>
span { border-color: #7C5935; }
span { border-color: rgb(124,89,53); }
td.TdClassName
{
border-color: #7C5935;
}
.TagClassName
{
border-color: #7C5935;
}
</style>