Shades of Cabbage Pont #49573D
Tints of Cabbage Pont #49573D
RGB
CMYK
RGB Variations
Color information
#49573D (or 0x49573D) is known color: Cabbage Pont. HEX triplet: 49, 57 and 3D. RGB value is (73,87,61). Sum of RGB (Red+Green+Blue) = 73+87+61=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #49573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49573D is #B6A8C2. Grayscale: #4F4F4F. Windows color (decimal): -11970755 or 4020041. OLE color: 4020041.
HSL color Cylindrical-coordinate representation of color #49573D: hue angle of 92.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49573D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 61 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.66 |
| HSL | 92.31º | 0.18% | 0.29% | - |
| HSV(B) | 92.31º | 0.3% | 0.34% | - |
| XYZ | 7 | 8.57 | 5.7 | - |
| YUV | 79.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 61 | 0.16 | 0 | 0.30 | 0.66 | 92.31 | 0.18 | 0.29 |
| Hex | 49 | 57 | 3D | 10 | 0 | 1E | 42 | 5C | 12 | 1D |
| Octal | 111 | 127 | 75 | 20 | 0 | 36 | 102 | 134 | 22 | 35 |
| Binary | 1001001 | 1010111 | 111101 | 10000 | 0 | 11110 | 1000010 | 1011100 | 10010 | 11101 |
Color Harmonies of #49573D
Complementary color
Monochromatic Colors of #49573D
Black with #49573D
Text Example
Text Example
White with #49573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49573D; }
p { color: rgb(73,87,61); }
H1.HeaderClassName
{
color: #49573D;
}
.AnyTagClassName
{
color: #49573D;
}
</style>
background-color css
<style>
a { background-color: #49573D; }
a { background-color: rgb(73,87,61); }
div.DivClassName
{
background-color: #49573D;
}
.BgClassName
{
background-color: #49573D;
}
</style>
border-color css
<style>
span { border-color: #49573D; }
span { border-color: rgb(73,87,61); }
td.TdClassName
{
border-color: #49573D;
}
.TagClassName
{
border-color: #49573D;
}
</style>