Shades of Shingle Fawn #705C36
Tints of Shingle Fawn #705C36
RGB
CMYK
RGB Variations
Color information
#705C36 (or 0x705C36) is known color: Shingle Fawn. HEX triplet: 70, 5C and 36. RGB value is (112,92,54). Sum of RGB (Red+Green+Blue) = 112+92+54=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C36 is #8FA3C9. Grayscale: #5D5D5D. Windows color (decimal): -9413578 or 3562608. OLE color: 3562608.
HSL color Cylindrical-coordinate representation of color #705C36: hue angle of 39.31º 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 #705C36 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 54 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.56 |
| HSL | 39.31º | 0.35% | 0.33% | - |
| HSV(B) | 39.31º | 0.52% | 0.44% | - |
| XYZ | 11.18 | 11.37 | 5.09 | - |
| YUV | 93.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 54 | 0 | 0.18 | 0.52 | 0.56 | 39.31 | 0.35 | 0.33 |
| Hex | 70 | 5C | 36 | 0 | 12 | 34 | 38 | 27 | 23 | 21 |
| Octal | 160 | 134 | 66 | 0 | 22 | 64 | 70 | 47 | 43 | 41 |
| Binary | 1110000 | 1011100 | 110110 | 0 | 10010 | 110100 | 111000 | 100111 | 100011 | 100001 |
Color Harmonies of #705C36
Complementary color
Monochromatic Colors of #705C36
Black with #705C36
Text Example
Text Example
White with #705C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C36; }
p { color: rgb(112,92,54); }
H1.HeaderClassName
{
color: #705C36;
}
.AnyTagClassName
{
color: #705C36;
}
</style>
background-color css
<style>
a { background-color: #705C36; }
a { background-color: rgb(112,92,54); }
div.DivClassName
{
background-color: #705C36;
}
.BgClassName
{
background-color: #705C36;
}
</style>
border-color css
<style>
span { border-color: #705C36; }
span { border-color: rgb(112,92,54); }
td.TdClassName
{
border-color: #705C36;
}
.TagClassName
{
border-color: #705C36;
}
</style>