Shades of Soya Bean #74624B
Tints of Soya Bean #74624B
RGB
CMYK
RGB Variations
Color information
#74624B (or 0x74624B) is known color: Soya Bean. HEX triplet: 74, 62 and 4B. RGB value is (116,98,75). Sum of RGB (Red+Green+Blue) = 116+98+75=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74624B is #8B9DB4. Grayscale: #646464. Windows color (decimal): -9149877 or 4940404. OLE color: 4940404.
HSL color Cylindrical-coordinate representation of color #74624B: hue angle of 33.66º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74624B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 75 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.55 |
| HSL | 33.66º | 0.21% | 0.37% | - |
| HSV(B) | 33.66º | 0.35% | 0.45% | - |
| XYZ | 12.84 | 12.96 | 8.48 | - |
| YUV | 100.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 75 | 0 | 0.16 | 0.35 | 0.55 | 33.66 | 0.21 | 0.37 |
| Hex | 74 | 62 | 4B | 0 | 10 | 23 | 37 | 22 | 15 | 25 |
| Octal | 164 | 142 | 113 | 0 | 20 | 43 | 67 | 42 | 25 | 45 |
| Binary | 1110100 | 1100010 | 1001011 | 0 | 10000 | 100011 | 110111 | 100010 | 10101 | 100101 |
Color Harmonies of #74624B
Complementary color
Monochromatic Colors of #74624B
Black with #74624B
Text Example
Text Example
White with #74624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74624B; }
p { color: rgb(116,98,75); }
H1.HeaderClassName
{
color: #74624B;
}
.AnyTagClassName
{
color: #74624B;
}
</style>
background-color css
<style>
a { background-color: #74624B; }
a { background-color: rgb(116,98,75); }
div.DivClassName
{
background-color: #74624B;
}
.BgClassName
{
background-color: #74624B;
}
</style>
border-color css
<style>
span { border-color: #74624B; }
span { border-color: rgb(116,98,75); }
td.TdClassName
{
border-color: #74624B;
}
.TagClassName
{
border-color: #74624B;
}
</style>