Shades of Soya Bean #705F47
Tints of Soya Bean #705F47
RGB
CMYK
RGB Variations
Color information
#705F47 (or 0x705F47) is known color: Soya Bean. HEX triplet: 70, 5F and 47. RGB value is (112,95,71). Sum of RGB (Red+Green+Blue) = 112+95+71=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F47 is #8FA0B8. Grayscale: #616161. Windows color (decimal): -9412793 or 4677488. OLE color: 4677488.
HSL color Cylindrical-coordinate representation of color #705F47: hue angle of 35.12º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705F47 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 71 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.56 |
| HSL | 35.12º | 0.22% | 0.36% | - |
| HSV(B) | 35.12º | 0.37% | 0.44% | - |
| XYZ | 11.91 | 12.08 | 7.67 | - |
| YUV | 97.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 71 | 0 | 0.15 | 0.37 | 0.56 | 35.12 | 0.22 | 0.36 |
| Hex | 70 | 5F | 47 | 0 | F | 25 | 38 | 23 | 16 | 24 |
| Octal | 160 | 137 | 107 | 0 | 17 | 45 | 70 | 43 | 26 | 44 |
| Binary | 1110000 | 1011111 | 1000111 | 0 | 1111 | 100101 | 111000 | 100011 | 10110 | 100100 |
Color Harmonies of #705F47
Complementary color
Monochromatic Colors of #705F47
Black with #705F47
Text Example
Text Example
White with #705F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F47; }
p { color: rgb(112,95,71); }
H1.HeaderClassName
{
color: #705F47;
}
.AnyTagClassName
{
color: #705F47;
}
</style>
background-color css
<style>
a { background-color: #705F47; }
a { background-color: rgb(112,95,71); }
div.DivClassName
{
background-color: #705F47;
}
.BgClassName
{
background-color: #705F47;
}
</style>
border-color css
<style>
span { border-color: #705F47; }
span { border-color: rgb(112,95,71); }
td.TdClassName
{
border-color: #705F47;
}
.TagClassName
{
border-color: #705F47;
}
</style>