Shades of Shingle Fawn #705C3C
Tints of Shingle Fawn #705C3C
RGB
CMYK
RGB Variations
Color information
#705C3C (or 0x705C3C) is known color: Shingle Fawn. HEX triplet: 70, 5C and 3C. RGB value is (112,92,60). Sum of RGB (Red+Green+Blue) = 112+92+60=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C3C is #8FA3C3. Grayscale: #5E5E5E. Windows color (decimal): -9413572 or 3955824. OLE color: 3955824.
HSL color Cylindrical-coordinate representation of color #705C3C: hue angle of 36.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705C3C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 60 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.56 |
| HSL | 36.92º | 0.3% | 0.34% | - |
| HSV(B) | 36.92º | 0.46% | 0.44% | - |
| XYZ | 11.32 | 11.43 | 5.88 | - |
| YUV | 94.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 60 | 0 | 0.18 | 0.46 | 0.56 | 36.92 | 0.3 | 0.34 |
| Hex | 70 | 5C | 3C | 0 | 12 | 2E | 38 | 25 | 1E | 22 |
| Octal | 160 | 134 | 74 | 0 | 22 | 56 | 70 | 45 | 36 | 42 |
| Binary | 1110000 | 1011100 | 111100 | 0 | 10010 | 101110 | 111000 | 100101 | 11110 | 100010 |
Color Harmonies of #705C3C
Complementary color
Monochromatic Colors of #705C3C
Black with #705C3C
Text Example
Text Example
White with #705C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C3C; }
p { color: rgb(112,92,60); }
H1.HeaderClassName
{
color: #705C3C;
}
.AnyTagClassName
{
color: #705C3C;
}
</style>
background-color css
<style>
a { background-color: #705C3C; }
a { background-color: rgb(112,92,60); }
div.DivClassName
{
background-color: #705C3C;
}
.BgClassName
{
background-color: #705C3C;
}
</style>
border-color css
<style>
span { border-color: #705C3C; }
span { border-color: rgb(112,92,60); }
td.TdClassName
{
border-color: #705C3C;
}
.TagClassName
{
border-color: #705C3C;
}
</style>