Shades of Shingle Fawn #7E5A33
Tints of Shingle Fawn #7E5A33
RGB
CMYK
RGB Variations
Color information
#7E5A33 (or 0x7E5A33) is known color: Shingle Fawn. HEX triplet: 7E, 5A and 33. RGB value is (126,90,51). Sum of RGB (Red+Green+Blue) = 126+90+51=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5A33 is #81A5CC. Grayscale: #606060. Windows color (decimal): -8496589 or 3365502. OLE color: 3365502.
HSL color Cylindrical-coordinate representation of color #7E5A33: hue angle of 31.2º 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 #7E5A33 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 51 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.51 |
| HSL | 31.2º | 0.42% | 0.35% | - |
| HSV(B) | 31.2º | 0.6% | 0.49% | - |
| XYZ | 12.86 | 11.99 | 4.77 | - |
| YUV | 96.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 51 | 0 | 0.29 | 0.60 | 0.51 | 31.2 | 0.42 | 0.35 |
| Hex | 7E | 5A | 33 | 0 | 1D | 3C | 33 | 1F | 2A | 23 |
| Octal | 176 | 132 | 63 | 0 | 35 | 74 | 63 | 37 | 52 | 43 |
| Binary | 1111110 | 1011010 | 110011 | 0 | 11101 | 111100 | 110011 | 11111 | 101010 | 100011 |
Color Harmonies of #7E5A33
Complementary color
Monochromatic Colors of #7E5A33
Black with #7E5A33
Text Example
Text Example
White with #7E5A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A33; }
p { color: rgb(126,90,51); }
H1.HeaderClassName
{
color: #7E5A33;
}
.AnyTagClassName
{
color: #7E5A33;
}
</style>
background-color css
<style>
a { background-color: #7E5A33; }
a { background-color: rgb(126,90,51); }
div.DivClassName
{
background-color: #7E5A33;
}
.BgClassName
{
background-color: #7E5A33;
}
</style>
border-color css
<style>
span { border-color: #7E5A33; }
span { border-color: rgb(126,90,51); }
td.TdClassName
{
border-color: #7E5A33;
}
.TagClassName
{
border-color: #7E5A33;
}
</style>