Shades of Soya Bean #705F46
Tints of Soya Bean #705F46
RGB
CMYK
RGB Variations
Color information
#705F46 (or 0x705F46) is known color: Soya Bean. HEX triplet: 70, 5F and 46. RGB value is (112,95,70). Sum of RGB (Red+Green+Blue) = 112+95+70=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F46 is #8FA0B9. Grayscale: #616161. Windows color (decimal): -9412794 or 4611952. OLE color: 4611952.
HSL color Cylindrical-coordinate representation of color #705F46: hue angle of 35.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705F46 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 70 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.56 |
| HSL | 35.71º | 0.23% | 0.36% | - |
| HSV(B) | 35.71º | 0.38% | 0.44% | - |
| XYZ | 11.88 | 12.07 | 7.5 | - |
| YUV | 97.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 70 | 0 | 0.15 | 0.38 | 0.56 | 35.71 | 0.23 | 0.36 |
| Hex | 70 | 5F | 46 | 0 | F | 26 | 38 | 24 | 17 | 24 |
| Octal | 160 | 137 | 106 | 0 | 17 | 46 | 70 | 44 | 27 | 44 |
| Binary | 1110000 | 1011111 | 1000110 | 0 | 1111 | 100110 | 111000 | 100100 | 10111 | 100100 |
Color Harmonies of #705F46
Complementary color
Monochromatic Colors of #705F46
Black with #705F46
Text Example
Text Example
White with #705F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F46; }
p { color: rgb(112,95,70); }
H1.HeaderClassName
{
color: #705F46;
}
.AnyTagClassName
{
color: #705F46;
}
</style>
background-color css
<style>
a { background-color: #705F46; }
a { background-color: rgb(112,95,70); }
div.DivClassName
{
background-color: #705F46;
}
.BgClassName
{
background-color: #705F46;
}
</style>
border-color css
<style>
span { border-color: #705F46; }
span { border-color: rgb(112,95,70); }
td.TdClassName
{
border-color: #705F46;
}
.TagClassName
{
border-color: #705F46;
}
</style>