Shades of Shingle Fawn #715A3C
Tints of Shingle Fawn #715A3C
RGB
CMYK
RGB Variations
Color information
#715A3C (or 0x715A3C) is known color: Shingle Fawn. HEX triplet: 71, 5A and 3C. RGB value is (113,90,60). Sum of RGB (Red+Green+Blue) = 113+90+60=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #715A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A3C is #8EA5C3. Grayscale: #5D5D5D. Windows color (decimal): -9348548 or 3955313. OLE color: 3955313.
HSL color Cylindrical-coordinate representation of color #715A3C: hue angle of 33.96º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #715A3C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 60 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.56 |
| HSL | 33.96º | 0.31% | 0.34% | - |
| HSV(B) | 33.96º | 0.47% | 0.44% | - |
| XYZ | 11.28 | 11.15 | 5.83 | - |
| YUV | 93.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 60 | 0 | 0.20 | 0.47 | 0.56 | 33.96 | 0.31 | 0.34 |
| Hex | 71 | 5A | 3C | 0 | 14 | 2F | 38 | 22 | 1F | 22 |
| Octal | 161 | 132 | 74 | 0 | 24 | 57 | 70 | 42 | 37 | 42 |
| Binary | 1110001 | 1011010 | 111100 | 0 | 10100 | 101111 | 111000 | 100010 | 11111 | 100010 |
Color Harmonies of #715A3C
Complementary color
Monochromatic Colors of #715A3C
Black with #715A3C
Text Example
Text Example
White with #715A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A3C; }
p { color: rgb(113,90,60); }
H1.HeaderClassName
{
color: #715A3C;
}
.AnyTagClassName
{
color: #715A3C;
}
</style>
background-color css
<style>
a { background-color: #715A3C; }
a { background-color: rgb(113,90,60); }
div.DivClassName
{
background-color: #715A3C;
}
.BgClassName
{
background-color: #715A3C;
}
</style>
border-color css
<style>
span { border-color: #715A3C; }
span { border-color: rgb(113,90,60); }
td.TdClassName
{
border-color: #715A3C;
}
.TagClassName
{
border-color: #715A3C;
}
</style>