Shades of Shingle Fawn #7D5E3C
Tints of Shingle Fawn #7D5E3C
RGB
CMYK
RGB Variations
Color information
#7D5E3C (or 0x7D5E3C) is known color: Shingle Fawn. HEX triplet: 7D, 5E and 3C. RGB value is (125,94,60). Sum of RGB (Red+Green+Blue) = 125+94+60=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E3C is #82A1C3. Grayscale: #636363. Windows color (decimal): -8561092 or 3956349. OLE color: 3956349.
HSL color Cylindrical-coordinate representation of color #7D5E3C: hue angle of 31.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D5E3C is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 60 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.51 |
| HSL | 31.38º | 0.35% | 0.36% | - |
| HSV(B) | 31.38º | 0.52% | 0.49% | - |
| XYZ | 13.28 | 12.69 | 6.02 | - |
| YUV | 99.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 60 | 0 | 0.25 | 0.52 | 0.51 | 31.38 | 0.35 | 0.36 |
| Hex | 7D | 5E | 3C | 0 | 19 | 34 | 33 | 1F | 23 | 24 |
| Octal | 175 | 136 | 74 | 0 | 31 | 64 | 63 | 37 | 43 | 44 |
| Binary | 1111101 | 1011110 | 111100 | 0 | 11001 | 110100 | 110011 | 11111 | 100011 | 100100 |
Color Harmonies of #7D5E3C
Complementary color
Monochromatic Colors of #7D5E3C
Black with #7D5E3C
Text Example
Text Example
White with #7D5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E3C; }
p { color: rgb(125,94,60); }
H1.HeaderClassName
{
color: #7D5E3C;
}
.AnyTagClassName
{
color: #7D5E3C;
}
</style>
background-color css
<style>
a { background-color: #7D5E3C; }
a { background-color: rgb(125,94,60); }
div.DivClassName
{
background-color: #7D5E3C;
}
.BgClassName
{
background-color: #7D5E3C;
}
</style>
border-color css
<style>
span { border-color: #7D5E3C; }
span { border-color: rgb(125,94,60); }
td.TdClassName
{
border-color: #7D5E3C;
}
.TagClassName
{
border-color: #7D5E3C;
}
</style>