Shades of Cabbage Pont #49533F
Tints of Cabbage Pont #49533F
RGB
CMYK
RGB Variations
Color information
#49533F (or 0x49533F) is known color: Cabbage Pont. HEX triplet: 49, 53 and 3F. RGB value is (73,83,63). Sum of RGB (Red+Green+Blue) = 73+83+63=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #49533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49533F is #B6ACC0. Grayscale: #4D4D4D. Windows color (decimal): -11971777 or 4150089. OLE color: 4150089.
HSL color Cylindrical-coordinate representation of color #49533F: hue angle of 90º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49533F is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 63 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.67 |
| HSL | 90º | 0.14% | 0.29% | - |
| HSV(B) | 90º | 0.24% | 0.33% | - |
| XYZ | 6.74 | 7.96 | 5.88 | - |
| YUV | 77.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 63 | 0.12 | 0 | 0.24 | 0.67 | 90 | 0.14 | 0.29 |
| Hex | 49 | 53 | 3F | C | 0 | 18 | 43 | 5A | E | 1D |
| Octal | 111 | 123 | 77 | 14 | 0 | 30 | 103 | 132 | 16 | 35 |
| Binary | 1001001 | 1010011 | 111111 | 1100 | 0 | 11000 | 1000011 | 1011010 | 1110 | 11101 |
Color Harmonies of #49533F
Complementary color
Monochromatic Colors of #49533F
Black with #49533F
Text Example
Text Example
White with #49533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49533F; }
p { color: rgb(73,83,63); }
H1.HeaderClassName
{
color: #49533F;
}
.AnyTagClassName
{
color: #49533F;
}
</style>
background-color css
<style>
a { background-color: #49533F; }
a { background-color: rgb(73,83,63); }
div.DivClassName
{
background-color: #49533F;
}
.BgClassName
{
background-color: #49533F;
}
</style>
border-color css
<style>
span { border-color: #49533F; }
span { border-color: rgb(73,83,63); }
td.TdClassName
{
border-color: #49533F;
}
.TagClassName
{
border-color: #49533F;
}
</style>