Shades of Cabbage Pont #49573E
Tints of Cabbage Pont #49573E
RGB
CMYK
RGB Variations
Color information
#49573E (or 0x49573E) is known color: Cabbage Pont. HEX triplet: 49, 57 and 3E. RGB value is (73,87,62). Sum of RGB (Red+Green+Blue) = 73+87+62=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #49573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49573E is #B6A8C1. Grayscale: #505050. Windows color (decimal): -11970754 or 4085577. OLE color: 4085577.
HSL color Cylindrical-coordinate representation of color #49573E: hue angle of 93.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49573E is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 62 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.66 |
| HSL | 93.6º | 0.17% | 0.29% | - |
| HSV(B) | 93.6º | 0.29% | 0.34% | - |
| XYZ | 7.03 | 8.58 | 5.84 | - |
| YUV | 79.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 62 | 0.16 | 0 | 0.29 | 0.66 | 93.6 | 0.17 | 0.29 |
| Hex | 49 | 57 | 3E | 10 | 0 | 1D | 42 | 5E | 11 | 1D |
| Octal | 111 | 127 | 76 | 20 | 0 | 35 | 102 | 136 | 21 | 35 |
| Binary | 1001001 | 1010111 | 111110 | 10000 | 0 | 11101 | 1000010 | 1011110 | 10001 | 11101 |
Color Harmonies of #49573E
Complementary color
Monochromatic Colors of #49573E
Black with #49573E
Text Example
Text Example
White with #49573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49573E; }
p { color: rgb(73,87,62); }
H1.HeaderClassName
{
color: #49573E;
}
.AnyTagClassName
{
color: #49573E;
}
</style>
background-color css
<style>
a { background-color: #49573E; }
a { background-color: rgb(73,87,62); }
div.DivClassName
{
background-color: #49573E;
}
.BgClassName
{
background-color: #49573E;
}
</style>
border-color css
<style>
span { border-color: #49573E; }
span { border-color: rgb(73,87,62); }
td.TdClassName
{
border-color: #49573E;
}
.TagClassName
{
border-color: #49573E;
}
</style>