Shades of Shingle Fawn #7E5F39
Tints of Shingle Fawn #7E5F39
RGB
CMYK
RGB Variations
Color information
#7E5F39 (or 0x7E5F39) is known color: Shingle Fawn. HEX triplet: 7E, 5F and 39. RGB value is (126,95,57). Sum of RGB (Red+Green+Blue) = 126+95+57=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5F39 is #81A0C6. Grayscale: #646464. Windows color (decimal): -8495303 or 3759998. OLE color: 3759998.
HSL color Cylindrical-coordinate representation of color #7E5F39: hue angle of 33.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5F39 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 95 | 57 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.51 |
| HSL | 33.04º | 0.38% | 0.36% | - |
| HSV(B) | 33.04º | 0.55% | 0.49% | - |
| XYZ | 13.43 | 12.92 | 5.66 | - |
| YUV | 99.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 57 | 0 | 0.25 | 0.55 | 0.51 | 33.04 | 0.38 | 0.36 |
| Hex | 7E | 5F | 39 | 0 | 19 | 37 | 33 | 21 | 26 | 24 |
| Octal | 176 | 137 | 71 | 0 | 31 | 67 | 63 | 41 | 46 | 44 |
| Binary | 1111110 | 1011111 | 111001 | 0 | 11001 | 110111 | 110011 | 100001 | 100110 | 100100 |
Color Harmonies of #7E5F39
Complementary color
Monochromatic Colors of #7E5F39
Black with #7E5F39
Text Example
Text Example
White with #7E5F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5F39; }
p { color: rgb(126,95,57); }
H1.HeaderClassName
{
color: #7E5F39;
}
.AnyTagClassName
{
color: #7E5F39;
}
</style>
background-color css
<style>
a { background-color: #7E5F39; }
a { background-color: rgb(126,95,57); }
div.DivClassName
{
background-color: #7E5F39;
}
.BgClassName
{
background-color: #7E5F39;
}
</style>
border-color css
<style>
span { border-color: #7E5F39; }
span { border-color: rgb(126,95,57); }
td.TdClassName
{
border-color: #7E5F39;
}
.TagClassName
{
border-color: #7E5F39;
}
</style>