Shades of Cabbage Pont #49593B
Tints of Cabbage Pont #49593B
RGB
CMYK
RGB Variations
Color information
#49593B (or 0x49593B) is known color: Cabbage Pont. HEX triplet: 49, 59 and 3B. RGB value is (73,89,59). Sum of RGB (Red+Green+Blue) = 73+89+59=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #49593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49593B is #B6A6C4. Grayscale: #505050. Windows color (decimal): -11970245 or 3889481. OLE color: 3889481.
HSL color Cylindrical-coordinate representation of color #49593B: hue angle of 92º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49593B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 59 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.65 |
| HSL | 92º | 0.2% | 0.29% | - |
| HSV(B) | 92º | 0.34% | 0.35% | - |
| XYZ | 7.11 | 8.88 | 5.48 | - |
| YUV | 80.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 59 | 0.18 | 0 | 0.34 | 0.65 | 92 | 0.2 | 0.29 |
| Hex | 49 | 59 | 3B | 12 | 0 | 22 | 41 | 5C | 14 | 1D |
| Octal | 111 | 131 | 73 | 22 | 0 | 42 | 101 | 134 | 24 | 35 |
| Binary | 1001001 | 1011001 | 111011 | 10010 | 0 | 100010 | 1000001 | 1011100 | 10100 | 11101 |
Color Harmonies of #49593B
Complementary color
Monochromatic Colors of #49593B
Black with #49593B
Text Example
Text Example
White with #49593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49593B; }
p { color: rgb(73,89,59); }
H1.HeaderClassName
{
color: #49593B;
}
.AnyTagClassName
{
color: #49593B;
}
</style>
background-color css
<style>
a { background-color: #49593B; }
a { background-color: rgb(73,89,59); }
div.DivClassName
{
background-color: #49593B;
}
.BgClassName
{
background-color: #49593B;
}
</style>
border-color css
<style>
span { border-color: #49593B; }
span { border-color: rgb(73,89,59); }
td.TdClassName
{
border-color: #49593B;
}
.TagClassName
{
border-color: #49593B;
}
</style>