Shades of Cabbage Pont #49523F
Tints of Cabbage Pont #49523F
RGB
CMYK
RGB Variations
Color information
#49523F (or 0x49523F) is known color: Cabbage Pont. HEX triplet: 49, 52 and 3F. RGB value is (73,82,63). Sum of RGB (Red+Green+Blue) = 73+82+63=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #49523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49523F is #B6ADC0. Grayscale: #4D4D4D. Windows color (decimal): -11972033 or 4149833. OLE color: 4149833.
HSL color Cylindrical-coordinate representation of color #49523F: hue angle of 88.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49523F is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 63 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.68 |
| HSL | 88.42º | 0.13% | 0.28% | - |
| HSV(B) | 88.42º | 0.23% | 0.32% | - |
| XYZ | 6.66 | 7.81 | 5.86 | - |
| YUV | 77.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 63 | 0.11 | 0 | 0.23 | 0.68 | 88.42 | 0.13 | 0.28 |
| Hex | 49 | 52 | 3F | B | 0 | 17 | 44 | 58 | D | 1C |
| Octal | 111 | 122 | 77 | 13 | 0 | 27 | 104 | 130 | 15 | 34 |
| Binary | 1001001 | 1010010 | 111111 | 1011 | 0 | 10111 | 1000100 | 1011000 | 1101 | 11100 |
Color Harmonies of #49523F
Complementary color
Monochromatic Colors of #49523F
Black with #49523F
Text Example
Text Example
White with #49523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49523F; }
p { color: rgb(73,82,63); }
H1.HeaderClassName
{
color: #49523F;
}
.AnyTagClassName
{
color: #49523F;
}
</style>
background-color css
<style>
a { background-color: #49523F; }
a { background-color: rgb(73,82,63); }
div.DivClassName
{
background-color: #49523F;
}
.BgClassName
{
background-color: #49523F;
}
</style>
border-color css
<style>
span { border-color: #49523F; }
span { border-color: rgb(73,82,63); }
td.TdClassName
{
border-color: #49523F;
}
.TagClassName
{
border-color: #49523F;
}
</style>