Shades of Soya Bean #726445
Tints of Soya Bean #726445
RGB
CMYK
RGB Variations
Color information
#726445 (or 0x726445) is known color: Soya Bean. HEX triplet: 72, 64 and 45. RGB value is (114,100,69). Sum of RGB (Red+Green+Blue) = 114+100+69=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726445 is #8D9BBA. Grayscale: #646464. Windows color (decimal): -9280443 or 4547698. OLE color: 4547698.
HSL color Cylindrical-coordinate representation of color #726445: hue angle of 41.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726445 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 69 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.55 |
| HSL | 41.33º | 0.25% | 0.36% | - |
| HSV(B) | 41.33º | 0.39% | 0.45% | - |
| XYZ | 12.57 | 13.12 | 7.5 | - |
| YUV | 100.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 69 | 0 | 0.12 | 0.39 | 0.55 | 41.33 | 0.25 | 0.36 |
| Hex | 72 | 64 | 45 | 0 | C | 27 | 37 | 29 | 19 | 24 |
| Octal | 162 | 144 | 105 | 0 | 14 | 47 | 67 | 51 | 31 | 44 |
| Binary | 1110010 | 1100100 | 1000101 | 0 | 1100 | 100111 | 110111 | 101001 | 11001 | 100100 |
Color Harmonies of #726445
Complementary color
Monochromatic Colors of #726445
Black with #726445
Text Example
Text Example
White with #726445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726445; }
p { color: rgb(114,100,69); }
H1.HeaderClassName
{
color: #726445;
}
.AnyTagClassName
{
color: #726445;
}
</style>
background-color css
<style>
a { background-color: #726445; }
a { background-color: rgb(114,100,69); }
div.DivClassName
{
background-color: #726445;
}
.BgClassName
{
background-color: #726445;
}
</style>
border-color css
<style>
span { border-color: #726445; }
span { border-color: rgb(114,100,69); }
td.TdClassName
{
border-color: #726445;
}
.TagClassName
{
border-color: #726445;
}
</style>