Shades of Shingle Fawn #705A3B
Tints of Shingle Fawn #705A3B
RGB
CMYK
RGB Variations
Color information
#705A3B (or 0x705A3B) is known color: Shingle Fawn. HEX triplet: 70, 5A and 3B. RGB value is (112,90,59). Sum of RGB (Red+Green+Blue) = 112+90+59=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A3B is #8FA5C4. Grayscale: #5D5D5D. Windows color (decimal): -9414085 or 3889776. OLE color: 3889776.
HSL color Cylindrical-coordinate representation of color #705A3B: hue angle of 35.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705A3B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 59 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.56 |
| HSL | 35.09º | 0.31% | 0.34% | - |
| HSV(B) | 35.09º | 0.47% | 0.44% | - |
| XYZ | 11.13 | 11.07 | 5.69 | - |
| YUV | 93.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 59 | 0 | 0.20 | 0.47 | 0.56 | 35.09 | 0.31 | 0.34 |
| Hex | 70 | 5A | 3B | 0 | 14 | 2F | 38 | 23 | 1F | 22 |
| Octal | 160 | 132 | 73 | 0 | 24 | 57 | 70 | 43 | 37 | 42 |
| Binary | 1110000 | 1011010 | 111011 | 0 | 10100 | 101111 | 111000 | 100011 | 11111 | 100010 |
Color Harmonies of #705A3B
Complementary color
Monochromatic Colors of #705A3B
Black with #705A3B
Text Example
Text Example
White with #705A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A3B; }
p { color: rgb(112,90,59); }
H1.HeaderClassName
{
color: #705A3B;
}
.AnyTagClassName
{
color: #705A3B;
}
</style>
background-color css
<style>
a { background-color: #705A3B; }
a { background-color: rgb(112,90,59); }
div.DivClassName
{
background-color: #705A3B;
}
.BgClassName
{
background-color: #705A3B;
}
</style>
border-color css
<style>
span { border-color: #705A3B; }
span { border-color: rgb(112,90,59); }
td.TdClassName
{
border-color: #705A3B;
}
.TagClassName
{
border-color: #705A3B;
}
</style>