Shades of Cabbage Pont #49553C
Tints of Cabbage Pont #49553C
RGB
CMYK
RGB Variations
Color information
#49553C (or 0x49553C) is known color: Cabbage Pont. HEX triplet: 49, 55 and 3C. RGB value is (73,85,60). Sum of RGB (Red+Green+Blue) = 73+85+60=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #49553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553C is #B6AAC3. Grayscale: #4E4E4E. Windows color (decimal): -11971268 or 3953993. OLE color: 3953993.
HSL color Cylindrical-coordinate representation of color #49553C: hue angle of 88.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49553C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 60 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.67 |
| HSL | 88.8º | 0.17% | 0.28% | - |
| HSV(B) | 88.8º | 0.29% | 0.33% | - |
| XYZ | 6.81 | 8.24 | 5.51 | - |
| YUV | 78.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 60 | 0.14 | 0 | 0.29 | 0.67 | 88.8 | 0.17 | 0.28 |
| Hex | 49 | 55 | 3C | E | 0 | 1D | 43 | 59 | 11 | 1C |
| Octal | 111 | 125 | 74 | 16 | 0 | 35 | 103 | 131 | 21 | 34 |
| Binary | 1001001 | 1010101 | 111100 | 1110 | 0 | 11101 | 1000011 | 1011001 | 10001 | 11100 |
Color Harmonies of #49553C
Complementary color
Monochromatic Colors of #49553C
Black with #49553C
Text Example
Text Example
White with #49553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49553C; }
p { color: rgb(73,85,60); }
H1.HeaderClassName
{
color: #49553C;
}
.AnyTagClassName
{
color: #49553C;
}
</style>
background-color css
<style>
a { background-color: #49553C; }
a { background-color: rgb(73,85,60); }
div.DivClassName
{
background-color: #49553C;
}
.BgClassName
{
background-color: #49553C;
}
</style>
border-color css
<style>
span { border-color: #49553C; }
span { border-color: rgb(73,85,60); }
td.TdClassName
{
border-color: #49553C;
}
.TagClassName
{
border-color: #49553C;
}
</style>