Shades of Cabbage Pont #49543E
Tints of Cabbage Pont #49543E
RGB
CMYK
RGB Variations
Color information
#49543E (or 0x49543E) is known color: Cabbage Pont. HEX triplet: 49, 54 and 3E. RGB value is (73,84,62). Sum of RGB (Red+Green+Blue) = 73+84+62=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #49543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543E is #B6ABC1. Grayscale: #4E4E4E. Windows color (decimal): -11971522 or 4084809. OLE color: 4084809.
HSL color Cylindrical-coordinate representation of color #49543E: hue angle of 90º 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 #49543E is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 62 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.67 |
| HSL | 90º | 0.15% | 0.29% | - |
| HSV(B) | 90º | 0.26% | 0.33% | - |
| XYZ | 6.79 | 8.1 | 5.76 | - |
| YUV | 78.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 62 | 0.13 | 0 | 0.26 | 0.67 | 90 | 0.15 | 0.29 |
| Hex | 49 | 54 | 3E | D | 0 | 1A | 43 | 5A | F | 1D |
| Octal | 111 | 124 | 76 | 15 | 0 | 32 | 103 | 132 | 17 | 35 |
| Binary | 1001001 | 1010100 | 111110 | 1101 | 0 | 11010 | 1000011 | 1011010 | 1111 | 11101 |
Color Harmonies of #49543E
Complementary color
Monochromatic Colors of #49543E
Black with #49543E
Text Example
Text Example
White with #49543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49543E; }
p { color: rgb(73,84,62); }
H1.HeaderClassName
{
color: #49543E;
}
.AnyTagClassName
{
color: #49543E;
}
</style>
background-color css
<style>
a { background-color: #49543E; }
a { background-color: rgb(73,84,62); }
div.DivClassName
{
background-color: #49543E;
}
.BgClassName
{
background-color: #49543E;
}
</style>
border-color css
<style>
span { border-color: #49543E; }
span { border-color: rgb(73,84,62); }
td.TdClassName
{
border-color: #49543E;
}
.TagClassName
{
border-color: #49543E;
}
</style>