Shades of Shingle Fawn #7E5C33
Tints of Shingle Fawn #7E5C33
RGB
CMYK
RGB Variations
Color information
#7E5C33 (or 0x7E5C33) is known color: Shingle Fawn. HEX triplet: 7E, 5C and 33. RGB value is (126,92,51). Sum of RGB (Red+Green+Blue) = 126+92+51=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5C33 is #81A3CC. Grayscale: #616161. Windows color (decimal): -8496077 or 3366014. OLE color: 3366014.
HSL color Cylindrical-coordinate representation of color #7E5C33: hue angle of 32.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5C33 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 51 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.51 |
| HSL | 32.8º | 0.42% | 0.35% | - |
| HSV(B) | 32.8º | 0.6% | 0.49% | - |
| XYZ | 13.03 | 12.33 | 4.82 | - |
| YUV | 97.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 51 | 0 | 0.27 | 0.60 | 0.51 | 32.8 | 0.42 | 0.35 |
| Hex | 7E | 5C | 33 | 0 | 1B | 3C | 33 | 21 | 2A | 23 |
| Octal | 176 | 134 | 63 | 0 | 33 | 74 | 63 | 41 | 52 | 43 |
| Binary | 1111110 | 1011100 | 110011 | 0 | 11011 | 111100 | 110011 | 100001 | 101010 | 100011 |
Color Harmonies of #7E5C33
Complementary color
Monochromatic Colors of #7E5C33
Black with #7E5C33
Text Example
Text Example
White with #7E5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C33; }
p { color: rgb(126,92,51); }
H1.HeaderClassName
{
color: #7E5C33;
}
.AnyTagClassName
{
color: #7E5C33;
}
</style>
background-color css
<style>
a { background-color: #7E5C33; }
a { background-color: rgb(126,92,51); }
div.DivClassName
{
background-color: #7E5C33;
}
.BgClassName
{
background-color: #7E5C33;
}
</style>
border-color css
<style>
span { border-color: #7E5C33; }
span { border-color: rgb(126,92,51); }
td.TdClassName
{
border-color: #7E5C33;
}
.TagClassName
{
border-color: #7E5C33;
}
</style>