Shades of Soya Bean #73644D
Tints of Soya Bean #73644D
RGB
CMYK
RGB Variations
Color information
#73644D (or 0x73644D) is known color: Soya Bean. HEX triplet: 73, 64 and 4D. RGB value is (115,100,77). Sum of RGB (Red+Green+Blue) = 115+100+77=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73644D is #8C9BB2. Grayscale: #656565. Windows color (decimal): -9214899 or 5071987. OLE color: 5071987.
HSL color Cylindrical-coordinate representation of color #73644D: hue angle of 36.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73644D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 77 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.55 |
| HSL | 36.32º | 0.2% | 0.38% | - |
| HSV(B) | 36.32º | 0.33% | 0.45% | - |
| XYZ | 12.97 | 13.3 | 8.9 | - |
| YUV | 101.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 77 | 0 | 0.13 | 0.33 | 0.55 | 36.32 | 0.2 | 0.38 |
| Hex | 73 | 64 | 4D | 0 | D | 21 | 37 | 24 | 14 | 26 |
| Octal | 163 | 144 | 115 | 0 | 15 | 41 | 67 | 44 | 24 | 46 |
| Binary | 1110011 | 1100100 | 1001101 | 0 | 1101 | 100001 | 110111 | 100100 | 10100 | 100110 |
Color Harmonies of #73644D
Complementary color
Monochromatic Colors of #73644D
Black with #73644D
Text Example
Text Example
White with #73644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73644D; }
p { color: rgb(115,100,77); }
H1.HeaderClassName
{
color: #73644D;
}
.AnyTagClassName
{
color: #73644D;
}
</style>
background-color css
<style>
a { background-color: #73644D; }
a { background-color: rgb(115,100,77); }
div.DivClassName
{
background-color: #73644D;
}
.BgClassName
{
background-color: #73644D;
}
</style>
border-color css
<style>
span { border-color: #73644D; }
span { border-color: rgb(115,100,77); }
td.TdClassName
{
border-color: #73644D;
}
.TagClassName
{
border-color: #73644D;
}
</style>