Shades of Shingle Fawn #715B36
Tints of Shingle Fawn #715B36
RGB
CMYK
RGB Variations
Color information
#715B36 (or 0x715B36) is known color: Shingle Fawn. HEX triplet: 71, 5B and 36. RGB value is (113,91,54). Sum of RGB (Red+Green+Blue) = 113+91+54=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #715B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B36 is #8EA4C9. Grayscale: #5D5D5D. Windows color (decimal): -9348298 or 3562353. OLE color: 3562353.
HSL color Cylindrical-coordinate representation of color #715B36: hue angle of 37.63º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715B36 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 54 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.56 |
| HSL | 37.63º | 0.35% | 0.33% | - |
| HSV(B) | 37.63º | 0.52% | 0.44% | - |
| XYZ | 11.22 | 11.26 | 5.07 | - |
| YUV | 93.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 54 | 0 | 0.19 | 0.52 | 0.56 | 37.63 | 0.35 | 0.33 |
| Hex | 71 | 5B | 36 | 0 | 13 | 34 | 38 | 26 | 23 | 21 |
| Octal | 161 | 133 | 66 | 0 | 23 | 64 | 70 | 46 | 43 | 41 |
| Binary | 1110001 | 1011011 | 110110 | 0 | 10011 | 110100 | 111000 | 100110 | 100011 | 100001 |
Color Harmonies of #715B36
Complementary color
Monochromatic Colors of #715B36
Black with #715B36
Text Example
Text Example
White with #715B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B36; }
p { color: rgb(113,91,54); }
H1.HeaderClassName
{
color: #715B36;
}
.AnyTagClassName
{
color: #715B36;
}
</style>
background-color css
<style>
a { background-color: #715B36; }
a { background-color: rgb(113,91,54); }
div.DivClassName
{
background-color: #715B36;
}
.BgClassName
{
background-color: #715B36;
}
</style>
border-color css
<style>
span { border-color: #715B36; }
span { border-color: rgb(113,91,54); }
td.TdClassName
{
border-color: #715B36;
}
.TagClassName
{
border-color: #715B36;
}
</style>