Shades of Shingle Fawn #705732
Tints of Shingle Fawn #705732
RGB
CMYK
RGB Variations
Color information
#705732 (or 0x705732) is known color: Shingle Fawn. HEX triplet: 70, 57 and 32. RGB value is (112,87,50). Sum of RGB (Red+Green+Blue) = 112+87+50=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705732 is #8FA8CD. Grayscale: #5A5A5A. Windows color (decimal): -9414862 or 3299184. OLE color: 3299184.
HSL color Cylindrical-coordinate representation of color #705732: hue angle of 35.81º 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 #705732 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 50 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.56 |
| HSL | 35.81º | 0.38% | 0.32% | - |
| HSV(B) | 35.81º | 0.55% | 0.44% | - |
| XYZ | 10.67 | 10.49 | 4.48 | - |
| YUV | 90.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 50 | 0 | 0.22 | 0.55 | 0.56 | 35.81 | 0.38 | 0.32 |
| Hex | 70 | 57 | 32 | 0 | 16 | 37 | 38 | 24 | 26 | 20 |
| Octal | 160 | 127 | 62 | 0 | 26 | 67 | 70 | 44 | 46 | 40 |
| Binary | 1110000 | 1010111 | 110010 | 0 | 10110 | 110111 | 111000 | 100100 | 100110 | 100000 |
Color Harmonies of #705732
Complementary color
Monochromatic Colors of #705732
Black with #705732
Text Example
Text Example
White with #705732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705732; }
p { color: rgb(112,87,50); }
H1.HeaderClassName
{
color: #705732;
}
.AnyTagClassName
{
color: #705732;
}
</style>
background-color css
<style>
a { background-color: #705732; }
a { background-color: rgb(112,87,50); }
div.DivClassName
{
background-color: #705732;
}
.BgClassName
{
background-color: #705732;
}
</style>
border-color css
<style>
span { border-color: #705732; }
span { border-color: rgb(112,87,50); }
td.TdClassName
{
border-color: #705732;
}
.TagClassName
{
border-color: #705732;
}
</style>