Shades of Shingle Fawn #7E5A36
Tints of Shingle Fawn #7E5A36
RGB
CMYK
RGB Variations
Color information
#7E5A36 (or 0x7E5A36) is known color: Shingle Fawn. HEX triplet: 7E, 5A and 36. RGB value is (126,90,54). Sum of RGB (Red+Green+Blue) = 126+90+54=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5A36 is #81A5C9. Grayscale: #606060. Windows color (decimal): -8496586 or 3562110. OLE color: 3562110.
HSL color Cylindrical-coordinate representation of color #7E5A36: hue angle of 30º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5A36 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 54 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.51 |
| HSL | 30º | 0.4% | 0.35% | - |
| HSV(B) | 30º | 0.57% | 0.49% | - |
| XYZ | 12.93 | 12.01 | 5.13 | - |
| YUV | 96.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 54 | 0 | 0.29 | 0.57 | 0.51 | 30 | 0.4 | 0.35 |
| Hex | 7E | 5A | 36 | 0 | 1D | 39 | 33 | 1E | 28 | 23 |
| Octal | 176 | 132 | 66 | 0 | 35 | 71 | 63 | 36 | 50 | 43 |
| Binary | 1111110 | 1011010 | 110110 | 0 | 11101 | 111001 | 110011 | 11110 | 101000 | 100011 |
Color Harmonies of #7E5A36
Complementary color
Monochromatic Colors of #7E5A36
Black with #7E5A36
Text Example
Text Example
White with #7E5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A36; }
p { color: rgb(126,90,54); }
H1.HeaderClassName
{
color: #7E5A36;
}
.AnyTagClassName
{
color: #7E5A36;
}
</style>
background-color css
<style>
a { background-color: #7E5A36; }
a { background-color: rgb(126,90,54); }
div.DivClassName
{
background-color: #7E5A36;
}
.BgClassName
{
background-color: #7E5A36;
}
</style>
border-color css
<style>
span { border-color: #7E5A36; }
span { border-color: rgb(126,90,54); }
td.TdClassName
{
border-color: #7E5A36;
}
.TagClassName
{
border-color: #7E5A36;
}
</style>