Shades of Shingle Fawn #715B38
Tints of Shingle Fawn #715B38
RGB
CMYK
RGB Variations
Color information
#715B38 (or 0x715B38) is known color: Shingle Fawn. HEX triplet: 71, 5B and 38. RGB value is (113,91,56). Sum of RGB (Red+Green+Blue) = 113+91+56=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #715B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B38 is #8EA4C7. Grayscale: #5D5D5D. Windows color (decimal): -9348296 or 3693425. OLE color: 3693425.
HSL color Cylindrical-coordinate representation of color #715B38: hue angle of 36.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715B38 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 56 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.56 |
| HSL | 36.84º | 0.34% | 0.33% | - |
| HSV(B) | 36.84º | 0.5% | 0.44% | - |
| XYZ | 11.26 | 11.28 | 5.32 | - |
| YUV | 93.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 56 | 0 | 0.19 | 0.50 | 0.56 | 36.84 | 0.34 | 0.33 |
| Hex | 71 | 5B | 38 | 0 | 13 | 32 | 38 | 25 | 22 | 21 |
| Octal | 161 | 133 | 70 | 0 | 23 | 62 | 70 | 45 | 42 | 41 |
| Binary | 1110001 | 1011011 | 111000 | 0 | 10011 | 110010 | 111000 | 100101 | 100010 | 100001 |
Color Harmonies of #715B38
Complementary color
Monochromatic Colors of #715B38
Black with #715B38
Text Example
Text Example
White with #715B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B38; }
p { color: rgb(113,91,56); }
H1.HeaderClassName
{
color: #715B38;
}
.AnyTagClassName
{
color: #715B38;
}
</style>
background-color css
<style>
a { background-color: #715B38; }
a { background-color: rgb(113,91,56); }
div.DivClassName
{
background-color: #715B38;
}
.BgClassName
{
background-color: #715B38;
}
</style>
border-color css
<style>
span { border-color: #715B38; }
span { border-color: rgb(113,91,56); }
td.TdClassName
{
border-color: #715B38;
}
.TagClassName
{
border-color: #715B38;
}
</style>