Shades of Cabbage Pont #49553E
Tints of Cabbage Pont #49553E
RGB
CMYK
RGB Variations
Color information
#49553E (or 0x49553E) is known color: Cabbage Pont. HEX triplet: 49, 55 and 3E. RGB value is (73,85,62). Sum of RGB (Red+Green+Blue) = 73+85+62=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #49553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553E is #B6AAC1. Grayscale: #4E4E4E. Windows color (decimal): -11971266 or 4085065. OLE color: 4085065.
HSL color Cylindrical-coordinate representation of color #49553E: hue angle of 91.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49553E is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 62 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.67 |
| HSL | 91.3º | 0.16% | 0.29% | - |
| HSV(B) | 91.3º | 0.27% | 0.33% | - |
| XYZ | 6.87 | 8.26 | 5.79 | - |
| YUV | 78.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 62 | 0.14 | 0 | 0.27 | 0.67 | 91.3 | 0.16 | 0.29 |
| Hex | 49 | 55 | 3E | E | 0 | 1B | 43 | 5B | 10 | 1D |
| Octal | 111 | 125 | 76 | 16 | 0 | 33 | 103 | 133 | 20 | 35 |
| Binary | 1001001 | 1010101 | 111110 | 1110 | 0 | 11011 | 1000011 | 1011011 | 10000 | 11101 |
Color Harmonies of #49553E
Complementary color
Monochromatic Colors of #49553E
Black with #49553E
Text Example
Text Example
White with #49553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49553E; }
p { color: rgb(73,85,62); }
H1.HeaderClassName
{
color: #49553E;
}
.AnyTagClassName
{
color: #49553E;
}
</style>
background-color css
<style>
a { background-color: #49553E; }
a { background-color: rgb(73,85,62); }
div.DivClassName
{
background-color: #49553E;
}
.BgClassName
{
background-color: #49553E;
}
</style>
border-color css
<style>
span { border-color: #49553E; }
span { border-color: rgb(73,85,62); }
td.TdClassName
{
border-color: #49553E;
}
.TagClassName
{
border-color: #49553E;
}
</style>