Shades of Soya Bean #75624A
Tints of Soya Bean #75624A
RGB
CMYK
RGB Variations
Color information
#75624A (or 0x75624A) is known color: Soya Bean. HEX triplet: 75, 62 and 4A. RGB value is (117,98,74). Sum of RGB (Red+Green+Blue) = 117+98+74=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75624A is #8A9DB5. Grayscale: #656565. Windows color (decimal): -9084342 or 4874869. OLE color: 4874869.
HSL color Cylindrical-coordinate representation of color #75624A: hue angle of 33.49º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75624A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 74 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.54 |
| HSL | 33.49º | 0.23% | 0.37% | - |
| HSV(B) | 33.49º | 0.37% | 0.46% | - |
| XYZ | 12.94 | 13.01 | 8.31 | - |
| YUV | 100.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 74 | 0 | 0.16 | 0.37 | 0.54 | 33.49 | 0.23 | 0.37 |
| Hex | 75 | 62 | 4A | 0 | 10 | 25 | 36 | 21 | 17 | 25 |
| Octal | 165 | 142 | 112 | 0 | 20 | 45 | 66 | 41 | 27 | 45 |
| Binary | 1110101 | 1100010 | 1001010 | 0 | 10000 | 100101 | 110110 | 100001 | 10111 | 100101 |
Color Harmonies of #75624A
Complementary color
Monochromatic Colors of #75624A
Black with #75624A
Text Example
Text Example
White with #75624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75624A; }
p { color: rgb(117,98,74); }
H1.HeaderClassName
{
color: #75624A;
}
.AnyTagClassName
{
color: #75624A;
}
</style>
background-color css
<style>
a { background-color: #75624A; }
a { background-color: rgb(117,98,74); }
div.DivClassName
{
background-color: #75624A;
}
.BgClassName
{
background-color: #75624A;
}
</style>
border-color css
<style>
span { border-color: #75624A; }
span { border-color: rgb(117,98,74); }
td.TdClassName
{
border-color: #75624A;
}
.TagClassName
{
border-color: #75624A;
}
</style>