Shades of Soya Bean #705F45
Tints of Soya Bean #705F45
RGB
CMYK
RGB Variations
Color information
#705F45 (or 0x705F45) is known color: Soya Bean. HEX triplet: 70, 5F and 45. RGB value is (112,95,69). Sum of RGB (Red+Green+Blue) = 112+95+69=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F45 is #8FA0BA. Grayscale: #616161. Windows color (decimal): -9412795 or 4546416. OLE color: 4546416.
HSL color Cylindrical-coordinate representation of color #705F45: hue angle of 36.28º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705F45 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 69 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.56 |
| HSL | 36.28º | 0.24% | 0.35% | - |
| HSV(B) | 36.28º | 0.38% | 0.44% | - |
| XYZ | 11.85 | 12.06 | 7.33 | - |
| YUV | 97.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 69 | 0 | 0.15 | 0.38 | 0.56 | 36.28 | 0.24 | 0.35 |
| Hex | 70 | 5F | 45 | 0 | F | 26 | 38 | 24 | 18 | 23 |
| Octal | 160 | 137 | 105 | 0 | 17 | 46 | 70 | 44 | 30 | 43 |
| Binary | 1110000 | 1011111 | 1000101 | 0 | 1111 | 100110 | 111000 | 100100 | 11000 | 100011 |
Color Harmonies of #705F45
Complementary color
Monochromatic Colors of #705F45
Black with #705F45
Text Example
Text Example
White with #705F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F45; }
p { color: rgb(112,95,69); }
H1.HeaderClassName
{
color: #705F45;
}
.AnyTagClassName
{
color: #705F45;
}
</style>
background-color css
<style>
a { background-color: #705F45; }
a { background-color: rgb(112,95,69); }
div.DivClassName
{
background-color: #705F45;
}
.BgClassName
{
background-color: #705F45;
}
</style>
border-color css
<style>
span { border-color: #705F45; }
span { border-color: rgb(112,95,69); }
td.TdClassName
{
border-color: #705F45;
}
.TagClassName
{
border-color: #705F45;
}
</style>