Shades of Shingle Fawn #7C5E39
Tints of Shingle Fawn #7C5E39
RGB
CMYK
RGB Variations
Color information
#7C5E39 (or 0x7C5E39) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 39. RGB value is (124,94,57). Sum of RGB (Red+Green+Blue) = 124+94+57=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E39 is #83A1C6. Grayscale: #626262. Windows color (decimal): -8626631 or 3759740. OLE color: 3759740.
HSL color Cylindrical-coordinate representation of color #7C5E39: hue angle of 33.13º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C5E39 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 57 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.51 |
| HSL | 33.13º | 0.37% | 0.35% | - |
| HSV(B) | 33.13º | 0.54% | 0.49% | - |
| XYZ | 13.05 | 12.59 | 5.61 | - |
| YUV | 98.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 57 | 0 | 0.24 | 0.54 | 0.51 | 33.13 | 0.37 | 0.35 |
| Hex | 7C | 5E | 39 | 0 | 18 | 36 | 33 | 21 | 25 | 23 |
| Octal | 174 | 136 | 71 | 0 | 30 | 66 | 63 | 41 | 45 | 43 |
| Binary | 1111100 | 1011110 | 111001 | 0 | 11000 | 110110 | 110011 | 100001 | 100101 | 100011 |
Color Harmonies of #7C5E39
Complementary color
Monochromatic Colors of #7C5E39
Black with #7C5E39
Text Example
Text Example
White with #7C5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E39; }
p { color: rgb(124,94,57); }
H1.HeaderClassName
{
color: #7C5E39;
}
.AnyTagClassName
{
color: #7C5E39;
}
</style>
background-color css
<style>
a { background-color: #7C5E39; }
a { background-color: rgb(124,94,57); }
div.DivClassName
{
background-color: #7C5E39;
}
.BgClassName
{
background-color: #7C5E39;
}
</style>
border-color css
<style>
span { border-color: #7C5E39; }
span { border-color: rgb(124,94,57); }
td.TdClassName
{
border-color: #7C5E39;
}
.TagClassName
{
border-color: #7C5E39;
}
</style>