Shades of Shingle Fawn #715A3E
Tints of Shingle Fawn #715A3E
RGB
CMYK
RGB Variations
Color information
#715A3E (or 0x715A3E) is known color: Shingle Fawn. HEX triplet: 71, 5A and 3E. RGB value is (113,90,62). Sum of RGB (Red+Green+Blue) = 113+90+62=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A3E is #8EA5C1. Grayscale: #5D5D5D. Windows color (decimal): -9348546 or 4086385. OLE color: 4086385.
HSL color Cylindrical-coordinate representation of color #715A3E: hue angle of 32.94º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715A3E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 62 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.56 |
| HSL | 32.94º | 0.29% | 0.34% | - |
| HSV(B) | 32.94º | 0.45% | 0.44% | - |
| XYZ | 11.34 | 11.17 | 6.12 | - |
| YUV | 93.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 62 | 0 | 0.20 | 0.45 | 0.56 | 32.94 | 0.29 | 0.34 |
| Hex | 71 | 5A | 3E | 0 | 14 | 2D | 38 | 21 | 1D | 22 |
| Octal | 161 | 132 | 76 | 0 | 24 | 55 | 70 | 41 | 35 | 42 |
| Binary | 1110001 | 1011010 | 111110 | 0 | 10100 | 101101 | 111000 | 100001 | 11101 | 100010 |
Color Harmonies of #715A3E
Complementary color
Monochromatic Colors of #715A3E
Black with #715A3E
Text Example
Text Example
White with #715A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A3E; }
p { color: rgb(113,90,62); }
H1.HeaderClassName
{
color: #715A3E;
}
.AnyTagClassName
{
color: #715A3E;
}
</style>
background-color css
<style>
a { background-color: #715A3E; }
a { background-color: rgb(113,90,62); }
div.DivClassName
{
background-color: #715A3E;
}
.BgClassName
{
background-color: #715A3E;
}
</style>
border-color css
<style>
span { border-color: #715A3E; }
span { border-color: rgb(113,90,62); }
td.TdClassName
{
border-color: #715A3E;
}
.TagClassName
{
border-color: #715A3E;
}
</style>