Shades of Shingle Fawn #7C5E38
Tints of Shingle Fawn #7C5E38
RGB
CMYK
RGB Variations
Color information
#7C5E38 (or 0x7C5E38) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 38. RGB value is (124,94,56). Sum of RGB (Red+Green+Blue) = 124+94+56=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E38 is #83A1C7. Grayscale: #626262. Windows color (decimal): -8626632 or 3694204. OLE color: 3694204.
HSL color Cylindrical-coordinate representation of color #7C5E38: hue angle of 33.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C5E38 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 56 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.51 |
| HSL | 33.53º | 0.38% | 0.35% | - |
| HSV(B) | 33.53º | 0.55% | 0.49% | - |
| XYZ | 13.03 | 12.58 | 5.48 | - |
| YUV | 98.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 56 | 0 | 0.24 | 0.55 | 0.51 | 33.53 | 0.38 | 0.35 |
| Hex | 7C | 5E | 38 | 0 | 18 | 37 | 33 | 22 | 26 | 23 |
| Octal | 174 | 136 | 70 | 0 | 30 | 67 | 63 | 42 | 46 | 43 |
| Binary | 1111100 | 1011110 | 111000 | 0 | 11000 | 110111 | 110011 | 100010 | 100110 | 100011 |
Color Harmonies of #7C5E38
Complementary color
Monochromatic Colors of #7C5E38
Black with #7C5E38
Text Example
Text Example
White with #7C5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E38; }
p { color: rgb(124,94,56); }
H1.HeaderClassName
{
color: #7C5E38;
}
.AnyTagClassName
{
color: #7C5E38;
}
</style>
background-color css
<style>
a { background-color: #7C5E38; }
a { background-color: rgb(124,94,56); }
div.DivClassName
{
background-color: #7C5E38;
}
.BgClassName
{
background-color: #7C5E38;
}
</style>
border-color css
<style>
span { border-color: #7C5E38; }
span { border-color: rgb(124,94,56); }
td.TdClassName
{
border-color: #7C5E38;
}
.TagClassName
{
border-color: #7C5E38;
}
</style>