Shades of Cabbage Pont #49553F
Tints of Cabbage Pont #49553F
RGB
CMYK
RGB Variations
Color information
#49553F (or 0x49553F) is known color: Cabbage Pont. HEX triplet: 49, 55 and 3F. RGB value is (73,85,63). Sum of RGB (Red+Green+Blue) = 73+85+63=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #49553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553F is #B6AAC0. Grayscale: #4E4E4E. Windows color (decimal): -11971265 or 4150601. OLE color: 4150601.
HSL color Cylindrical-coordinate representation of color #49553F: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49553F is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 63 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.67 |
| HSL | 92.73º | 0.15% | 0.29% | - |
| HSV(B) | 92.73º | 0.26% | 0.33% | - |
| XYZ | 6.89 | 8.27 | 5.94 | - |
| YUV | 78.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 63 | 0.14 | 0 | 0.26 | 0.67 | 92.73 | 0.15 | 0.29 |
| Hex | 49 | 55 | 3F | E | 0 | 1A | 43 | 5D | F | 1D |
| Octal | 111 | 125 | 77 | 16 | 0 | 32 | 103 | 135 | 17 | 35 |
| Binary | 1001001 | 1010101 | 111111 | 1110 | 0 | 11010 | 1000011 | 1011101 | 1111 | 11101 |
Color Harmonies of #49553F
Complementary color
Monochromatic Colors of #49553F
Black with #49553F
Text Example
Text Example
White with #49553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49553F; }
p { color: rgb(73,85,63); }
H1.HeaderClassName
{
color: #49553F;
}
.AnyTagClassName
{
color: #49553F;
}
</style>
background-color css
<style>
a { background-color: #49553F; }
a { background-color: rgb(73,85,63); }
div.DivClassName
{
background-color: #49553F;
}
.BgClassName
{
background-color: #49553F;
}
</style>
border-color css
<style>
span { border-color: #49553F; }
span { border-color: rgb(73,85,63); }
td.TdClassName
{
border-color: #49553F;
}
.TagClassName
{
border-color: #49553F;
}
</style>