Shades of Shingle Fawn #7C5E3D
Tints of Shingle Fawn #7C5E3D
RGB
CMYK
RGB Variations
Color information
#7C5E3D (or 0x7C5E3D) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 3D. RGB value is (124,94,61). Sum of RGB (Red+Green+Blue) = 124+94+61=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E3D is #83A1C2. Grayscale: #636363. Windows color (decimal): -8626627 or 4021884. OLE color: 4021884.
HSL color Cylindrical-coordinate representation of color #7C5E3D: hue angle of 31.43º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C5E3D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 61 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.51 |
| HSL | 31.43º | 0.34% | 0.36% | - |
| HSV(B) | 31.43º | 0.51% | 0.49% | - |
| XYZ | 13.16 | 12.63 | 6.16 | - |
| YUV | 99.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 61 | 0 | 0.24 | 0.51 | 0.51 | 31.43 | 0.34 | 0.36 |
| Hex | 7C | 5E | 3D | 0 | 18 | 33 | 33 | 1F | 22 | 24 |
| Octal | 174 | 136 | 75 | 0 | 30 | 63 | 63 | 37 | 42 | 44 |
| Binary | 1111100 | 1011110 | 111101 | 0 | 11000 | 110011 | 110011 | 11111 | 100010 | 100100 |
Color Harmonies of #7C5E3D
Complementary color
Monochromatic Colors of #7C5E3D
Black with #7C5E3D
Text Example
Text Example
White with #7C5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E3D; }
p { color: rgb(124,94,61); }
H1.HeaderClassName
{
color: #7C5E3D;
}
.AnyTagClassName
{
color: #7C5E3D;
}
</style>
background-color css
<style>
a { background-color: #7C5E3D; }
a { background-color: rgb(124,94,61); }
div.DivClassName
{
background-color: #7C5E3D;
}
.BgClassName
{
background-color: #7C5E3D;
}
</style>
border-color css
<style>
span { border-color: #7C5E3D; }
span { border-color: rgb(124,94,61); }
td.TdClassName
{
border-color: #7C5E3D;
}
.TagClassName
{
border-color: #7C5E3D;
}
</style>