Shades of Soya Bean #705F44
Tints of Soya Bean #705F44
RGB
CMYK
RGB Variations
Color information
#705F44 (or 0x705F44) is known color: Soya Bean. HEX triplet: 70, 5F and 44. RGB value is (112,95,68). Sum of RGB (Red+Green+Blue) = 112+95+68=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F44 is #8FA0BB. Grayscale: #616161. Windows color (decimal): -9412796 or 4480880. OLE color: 4480880.
HSL color Cylindrical-coordinate representation of color #705F44: hue angle of 36.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705F44 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 68 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.56 |
| HSL | 36.82º | 0.24% | 0.35% | - |
| HSV(B) | 36.82º | 0.39% | 0.44% | - |
| XYZ | 11.82 | 12.05 | 7.17 | - |
| YUV | 97.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 68 | 0 | 0.15 | 0.39 | 0.56 | 36.82 | 0.24 | 0.35 |
| Hex | 70 | 5F | 44 | 0 | F | 27 | 38 | 25 | 18 | 23 |
| Octal | 160 | 137 | 104 | 0 | 17 | 47 | 70 | 45 | 30 | 43 |
| Binary | 1110000 | 1011111 | 1000100 | 0 | 1111 | 100111 | 111000 | 100101 | 11000 | 100011 |
Color Harmonies of #705F44
Complementary color
Monochromatic Colors of #705F44
Black with #705F44
Text Example
Text Example
White with #705F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F44; }
p { color: rgb(112,95,68); }
H1.HeaderClassName
{
color: #705F44;
}
.AnyTagClassName
{
color: #705F44;
}
</style>
background-color css
<style>
a { background-color: #705F44; }
a { background-color: rgb(112,95,68); }
div.DivClassName
{
background-color: #705F44;
}
.BgClassName
{
background-color: #705F44;
}
</style>
border-color css
<style>
span { border-color: #705F44; }
span { border-color: rgb(112,95,68); }
td.TdClassName
{
border-color: #705F44;
}
.TagClassName
{
border-color: #705F44;
}
</style>