Shades of Shingle Fawn #705332
Tints of Shingle Fawn #705332
RGB
CMYK
RGB Variations
Color information
#705332 (or 0x705332) is known color: Shingle Fawn. HEX triplet: 70, 53 and 32. RGB value is (112,83,50). Sum of RGB (Red+Green+Blue) = 112+83+50=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #705332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705332 is #8FACCD. Grayscale: #585858. Windows color (decimal): -9415886 or 3298160. OLE color: 3298160.
HSL color Cylindrical-coordinate representation of color #705332: hue angle of 31.94º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705332 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 50 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.56 |
| HSL | 31.94º | 0.38% | 0.32% | - |
| HSV(B) | 31.94º | 0.55% | 0.44% | - |
| XYZ | 10.35 | 9.86 | 4.38 | - |
| YUV | 87.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 50 | 0 | 0.26 | 0.55 | 0.56 | 31.94 | 0.38 | 0.32 |
| Hex | 70 | 53 | 32 | 0 | 1A | 37 | 38 | 20 | 26 | 20 |
| Octal | 160 | 123 | 62 | 0 | 32 | 67 | 70 | 40 | 46 | 40 |
| Binary | 1110000 | 1010011 | 110010 | 0 | 11010 | 110111 | 111000 | 100000 | 100110 | 100000 |
Color Harmonies of #705332
Complementary color
Monochromatic Colors of #705332
Black with #705332
Text Example
Text Example
White with #705332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705332; }
p { color: rgb(112,83,50); }
H1.HeaderClassName
{
color: #705332;
}
.AnyTagClassName
{
color: #705332;
}
</style>
background-color css
<style>
a { background-color: #705332; }
a { background-color: rgb(112,83,50); }
div.DivClassName
{
background-color: #705332;
}
.BgClassName
{
background-color: #705332;
}
</style>
border-color css
<style>
span { border-color: #705332; }
span { border-color: rgb(112,83,50); }
td.TdClassName
{
border-color: #705332;
}
.TagClassName
{
border-color: #705332;
}
</style>