Shades of Cabbage Pont #49543D
Tints of Cabbage Pont #49543D
RGB
CMYK
RGB Variations
Color information
#49543D (or 0x49543D) is known color: Cabbage Pont. HEX triplet: 49, 54 and 3D. RGB value is (73,84,61). Sum of RGB (Red+Green+Blue) = 73+84+61=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #49543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543D is #B6ABC2. Grayscale: #4E4E4E. Windows color (decimal): -11971523 or 4019273. OLE color: 4019273.
HSL color Cylindrical-coordinate representation of color #49543D: hue angle of 88.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49543D is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 61 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.67 |
| HSL | 88.7º | 0.16% | 0.28% | - |
| HSV(B) | 88.7º | 0.27% | 0.33% | - |
| XYZ | 6.76 | 8.09 | 5.62 | - |
| YUV | 78.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 61 | 0.13 | 0 | 0.27 | 0.67 | 88.7 | 0.16 | 0.28 |
| Hex | 49 | 54 | 3D | D | 0 | 1B | 43 | 59 | 10 | 1C |
| Octal | 111 | 124 | 75 | 15 | 0 | 33 | 103 | 131 | 20 | 34 |
| Binary | 1001001 | 1010100 | 111101 | 1101 | 0 | 11011 | 1000011 | 1011001 | 10000 | 11100 |
Color Harmonies of #49543D
Complementary color
Monochromatic Colors of #49543D
Black with #49543D
Text Example
Text Example
White with #49543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49543D; }
p { color: rgb(73,84,61); }
H1.HeaderClassName
{
color: #49543D;
}
.AnyTagClassName
{
color: #49543D;
}
</style>
background-color css
<style>
a { background-color: #49543D; }
a { background-color: rgb(73,84,61); }
div.DivClassName
{
background-color: #49543D;
}
.BgClassName
{
background-color: #49543D;
}
</style>
border-color css
<style>
span { border-color: #49543D; }
span { border-color: rgb(73,84,61); }
td.TdClassName
{
border-color: #49543D;
}
.TagClassName
{
border-color: #49543D;
}
</style>