Shades of Shingle Fawn #705B37
Tints of Shingle Fawn #705B37
RGB
CMYK
RGB Variations
Color information
#705B37 (or 0x705B37) is known color: Shingle Fawn. HEX triplet: 70, 5B and 37. RGB value is (112,91,55). Sum of RGB (Red+Green+Blue) = 112+91+55=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B37 is #8FA4C8. Grayscale: #5D5D5D. Windows color (decimal): -9413833 or 3627888. OLE color: 3627888.
HSL color Cylindrical-coordinate representation of color #705B37: hue angle of 37.89º 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 #705B37 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 55 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.56 |
| HSL | 37.89º | 0.34% | 0.33% | - |
| HSV(B) | 37.89º | 0.51% | 0.44% | - |
| XYZ | 11.11 | 11.2 | 5.19 | - |
| YUV | 93.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 55 | 0 | 0.19 | 0.51 | 0.56 | 37.89 | 0.34 | 0.33 |
| Hex | 70 | 5B | 37 | 0 | 13 | 33 | 38 | 26 | 22 | 21 |
| Octal | 160 | 133 | 67 | 0 | 23 | 63 | 70 | 46 | 42 | 41 |
| Binary | 1110000 | 1011011 | 110111 | 0 | 10011 | 110011 | 111000 | 100110 | 100010 | 100001 |
Color Harmonies of #705B37
Complementary color
Monochromatic Colors of #705B37
Black with #705B37
Text Example
Text Example
White with #705B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B37; }
p { color: rgb(112,91,55); }
H1.HeaderClassName
{
color: #705B37;
}
.AnyTagClassName
{
color: #705B37;
}
</style>
background-color css
<style>
a { background-color: #705B37; }
a { background-color: rgb(112,91,55); }
div.DivClassName
{
background-color: #705B37;
}
.BgClassName
{
background-color: #705B37;
}
</style>
border-color css
<style>
span { border-color: #705B37; }
span { border-color: rgb(112,91,55); }
td.TdClassName
{
border-color: #705B37;
}
.TagClassName
{
border-color: #705B37;
}
</style>