Shades of Soya Bean #726248
Tints of Soya Bean #726248
RGB
CMYK
RGB Variations
Color information
#726248 (or 0x726248) is known color: Soya Bean. HEX triplet: 72, 62 and 48. RGB value is (114,98,72). Sum of RGB (Red+Green+Blue) = 114+98+72=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726248 is #8D9DB7. Grayscale: #636363. Windows color (decimal): -9280952 or 4743794. OLE color: 4743794.
HSL color Cylindrical-coordinate representation of color #726248: hue angle of 37.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726248 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 72 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.55 |
| HSL | 37.14º | 0.23% | 0.36% | - |
| HSV(B) | 37.14º | 0.37% | 0.45% | - |
| XYZ | 12.48 | 12.78 | 7.94 | - |
| YUV | 99.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 72 | 0 | 0.14 | 0.37 | 0.55 | 37.14 | 0.23 | 0.36 |
| Hex | 72 | 62 | 48 | 0 | E | 25 | 37 | 25 | 17 | 24 |
| Octal | 162 | 142 | 110 | 0 | 16 | 45 | 67 | 45 | 27 | 44 |
| Binary | 1110010 | 1100010 | 1001000 | 0 | 1110 | 100101 | 110111 | 100101 | 10111 | 100100 |
Color Harmonies of #726248
Complementary color
Monochromatic Colors of #726248
Black with #726248
Text Example
Text Example
White with #726248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726248; }
p { color: rgb(114,98,72); }
H1.HeaderClassName
{
color: #726248;
}
.AnyTagClassName
{
color: #726248;
}
</style>
background-color css
<style>
a { background-color: #726248; }
a { background-color: rgb(114,98,72); }
div.DivClassName
{
background-color: #726248;
}
.BgClassName
{
background-color: #726248;
}
</style>
border-color css
<style>
span { border-color: #726248; }
span { border-color: rgb(114,98,72); }
td.TdClassName
{
border-color: #726248;
}
.TagClassName
{
border-color: #726248;
}
</style>