Shades of Shingle Fawn #705C37
Tints of Shingle Fawn #705C37
RGB
CMYK
RGB Variations
Color information
#705C37 (or 0x705C37) is known color: Shingle Fawn. HEX triplet: 70, 5C and 37. RGB value is (112,92,55). Sum of RGB (Red+Green+Blue) = 112+92+55=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C37 is #8FA3C8. Grayscale: #5D5D5D. Windows color (decimal): -9413577 or 3628144. OLE color: 3628144.
HSL color Cylindrical-coordinate representation of color #705C37: hue angle of 38.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705C37 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 55 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.56 |
| HSL | 38.95º | 0.34% | 0.33% | - |
| HSV(B) | 38.95º | 0.51% | 0.44% | - |
| XYZ | 11.2 | 11.37 | 5.22 | - |
| YUV | 93.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 55 | 0 | 0.18 | 0.51 | 0.56 | 38.95 | 0.34 | 0.33 |
| Hex | 70 | 5C | 37 | 0 | 12 | 33 | 38 | 27 | 22 | 21 |
| Octal | 160 | 134 | 67 | 0 | 22 | 63 | 70 | 47 | 42 | 41 |
| Binary | 1110000 | 1011100 | 110111 | 0 | 10010 | 110011 | 111000 | 100111 | 100010 | 100001 |
Color Harmonies of #705C37
Complementary color
Monochromatic Colors of #705C37
Black with #705C37
Text Example
Text Example
White with #705C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C37; }
p { color: rgb(112,92,55); }
H1.HeaderClassName
{
color: #705C37;
}
.AnyTagClassName
{
color: #705C37;
}
</style>
background-color css
<style>
a { background-color: #705C37; }
a { background-color: rgb(112,92,55); }
div.DivClassName
{
background-color: #705C37;
}
.BgClassName
{
background-color: #705C37;
}
</style>
border-color css
<style>
span { border-color: #705C37; }
span { border-color: rgb(112,92,55); }
td.TdClassName
{
border-color: #705C37;
}
.TagClassName
{
border-color: #705C37;
}
</style>