Shades of Shingle Fawn #7E5937
Tints of Shingle Fawn #7E5937
RGB
CMYK
RGB Variations
Color information
#7E5937 (or 0x7E5937) is known color: Shingle Fawn. HEX triplet: 7E, 59 and 37. RGB value is (126,89,55). Sum of RGB (Red+Green+Blue) = 126+89+55=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5937 is #81A6C8. Grayscale: #606060. Windows color (decimal): -8496841 or 3627390. OLE color: 3627390.
HSL color Cylindrical-coordinate representation of color #7E5937: hue angle of 28.73º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5937 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 55 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.51 |
| HSL | 28.73º | 0.39% | 0.35% | - |
| HSV(B) | 28.73º | 0.56% | 0.49% | - |
| XYZ | 12.87 | 11.86 | 5.22 | - |
| YUV | 96.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 55 | 0 | 0.29 | 0.56 | 0.51 | 28.73 | 0.39 | 0.35 |
| Hex | 7E | 59 | 37 | 0 | 1D | 38 | 33 | 1D | 27 | 23 |
| Octal | 176 | 131 | 67 | 0 | 35 | 70 | 63 | 35 | 47 | 43 |
| Binary | 1111110 | 1011001 | 110111 | 0 | 11101 | 111000 | 110011 | 11101 | 100111 | 100011 |
Color Harmonies of #7E5937
Complementary color
Monochromatic Colors of #7E5937
Black with #7E5937
Text Example
Text Example
White with #7E5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5937; }
p { color: rgb(126,89,55); }
H1.HeaderClassName
{
color: #7E5937;
}
.AnyTagClassName
{
color: #7E5937;
}
</style>
background-color css
<style>
a { background-color: #7E5937; }
a { background-color: rgb(126,89,55); }
div.DivClassName
{
background-color: #7E5937;
}
.BgClassName
{
background-color: #7E5937;
}
</style>
border-color css
<style>
span { border-color: #7E5937; }
span { border-color: rgb(126,89,55); }
td.TdClassName
{
border-color: #7E5937;
}
.TagClassName
{
border-color: #7E5937;
}
</style>