Shades of Soya Bean #73634D
Tints of Soya Bean #73634D
RGB
CMYK
RGB Variations
Color information
#73634D (or 0x73634D) is known color: Soya Bean. HEX triplet: 73, 63 and 4D. RGB value is (115,99,77). Sum of RGB (Red+Green+Blue) = 115+99+77=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73634D is #8C9CB2. Grayscale: #656565. Windows color (decimal): -9215155 or 5071731. OLE color: 5071731.
HSL color Cylindrical-coordinate representation of color #73634D: hue angle of 34.74º 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 #73634D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 77 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.55 |
| HSL | 34.74º | 0.2% | 0.38% | - |
| HSV(B) | 34.74º | 0.33% | 0.45% | - |
| XYZ | 12.87 | 13.1 | 8.87 | - |
| YUV | 101.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 77 | 0 | 0.14 | 0.33 | 0.55 | 34.74 | 0.2 | 0.38 |
| Hex | 73 | 63 | 4D | 0 | E | 21 | 37 | 23 | 14 | 26 |
| Octal | 163 | 143 | 115 | 0 | 16 | 41 | 67 | 43 | 24 | 46 |
| Binary | 1110011 | 1100011 | 1001101 | 0 | 1110 | 100001 | 110111 | 100011 | 10100 | 100110 |
Color Harmonies of #73634D
Complementary color
Monochromatic Colors of #73634D
Black with #73634D
Text Example
Text Example
White with #73634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73634D; }
p { color: rgb(115,99,77); }
H1.HeaderClassName
{
color: #73634D;
}
.AnyTagClassName
{
color: #73634D;
}
</style>
background-color css
<style>
a { background-color: #73634D; }
a { background-color: rgb(115,99,77); }
div.DivClassName
{
background-color: #73634D;
}
.BgClassName
{
background-color: #73634D;
}
</style>
border-color css
<style>
span { border-color: #73634D; }
span { border-color: rgb(115,99,77); }
td.TdClassName
{
border-color: #73634D;
}
.TagClassName
{
border-color: #73634D;
}
</style>