Shades of Soya Bean #73674B
Tints of Soya Bean #73674B
RGB
CMYK
RGB Variations
Color information
#73674B (or 0x73674B) is known color: Soya Bean. HEX triplet: 73, 67 and 4B. RGB value is (115,103,75). Sum of RGB (Red+Green+Blue) = 115+103+75=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73674B is #8C98B4. Grayscale: #676767. Windows color (decimal): -9214133 or 4941683. OLE color: 4941683.
HSL color Cylindrical-coordinate representation of color #73674B: hue angle of 42º 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 #73674B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 75 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.55 |
| HSL | 42º | 0.21% | 0.37% | - |
| HSV(B) | 42º | 0.35% | 0.45% | - |
| XYZ | 13.19 | 13.85 | 8.64 | - |
| YUV | 103.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 75 | 0 | 0.10 | 0.35 | 0.55 | 42 | 0.21 | 0.37 |
| Hex | 73 | 67 | 4B | 0 | A | 23 | 37 | 2A | 15 | 25 |
| Octal | 163 | 147 | 113 | 0 | 12 | 43 | 67 | 52 | 25 | 45 |
| Binary | 1110011 | 1100111 | 1001011 | 0 | 1010 | 100011 | 110111 | 101010 | 10101 | 100101 |
Color Harmonies of #73674B
Complementary color
Monochromatic Colors of #73674B
Black with #73674B
Text Example
Text Example
White with #73674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73674B; }
p { color: rgb(115,103,75); }
H1.HeaderClassName
{
color: #73674B;
}
.AnyTagClassName
{
color: #73674B;
}
</style>
background-color css
<style>
a { background-color: #73674B; }
a { background-color: rgb(115,103,75); }
div.DivClassName
{
background-color: #73674B;
}
.BgClassName
{
background-color: #73674B;
}
</style>
border-color css
<style>
span { border-color: #73674B; }
span { border-color: rgb(115,103,75); }
td.TdClassName
{
border-color: #73674B;
}
.TagClassName
{
border-color: #73674B;
}
</style>