Shades of Shingle Fawn #715D3F
Tints of Shingle Fawn #715D3F
RGB
CMYK
RGB Variations
Color information
#715D3F (or 0x715D3F) is known color: Shingle Fawn. HEX triplet: 71, 5D and 3F. RGB value is (113,93,63). Sum of RGB (Red+Green+Blue) = 113+93+63=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D3F is #8EA2C0. Grayscale: #5F5F5F. Windows color (decimal): -9347777 or 4152689. OLE color: 4152689.
HSL color Cylindrical-coordinate representation of color #715D3F: hue angle of 36º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715D3F is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 63 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.56 |
| HSL | 36º | 0.28% | 0.35% | - |
| HSV(B) | 36º | 0.44% | 0.44% | - |
| XYZ | 11.62 | 11.7 | 6.35 | - |
| YUV | 95.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 63 | 0 | 0.18 | 0.44 | 0.56 | 36 | 0.28 | 0.35 |
| Hex | 71 | 5D | 3F | 0 | 12 | 2C | 38 | 24 | 1C | 23 |
| Octal | 161 | 135 | 77 | 0 | 22 | 54 | 70 | 44 | 34 | 43 |
| Binary | 1110001 | 1011101 | 111111 | 0 | 10010 | 101100 | 111000 | 100100 | 11100 | 100011 |
Color Harmonies of #715D3F
Complementary color
Monochromatic Colors of #715D3F
Black with #715D3F
Text Example
Text Example
White with #715D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D3F; }
p { color: rgb(113,93,63); }
H1.HeaderClassName
{
color: #715D3F;
}
.AnyTagClassName
{
color: #715D3F;
}
</style>
background-color css
<style>
a { background-color: #715D3F; }
a { background-color: rgb(113,93,63); }
div.DivClassName
{
background-color: #715D3F;
}
.BgClassName
{
background-color: #715D3F;
}
</style>
border-color css
<style>
span { border-color: #715D3F; }
span { border-color: rgb(113,93,63); }
td.TdClassName
{
border-color: #715D3F;
}
.TagClassName
{
border-color: #715D3F;
}
</style>