Shades of Cabbage Pont #4D5845
Tints of Cabbage Pont #4D5845
RGB
CMYK
RGB Variations
Color information
#4D5845 (or 0x4D5845) is known color: Cabbage Pont. HEX triplet: 4D, 58 and 45. RGB value is (77,88,69). Sum of RGB (Red+Green+Blue) = 77+88+69=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5845 is #B2A7BA. Grayscale: #525252. Windows color (decimal): -11708347 or 4544589. OLE color: 4544589.
HSL color Cylindrical-coordinate representation of color #4D5845: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5845 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 69 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.65 |
| HSL | 94.74º | 0.12% | 0.31% | - |
| HSV(B) | 94.74º | 0.22% | 0.35% | - |
| XYZ | 7.62 | 8.99 | 6.96 | - |
| YUV | 82.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 69 | 0.12 | 0 | 0.22 | 0.65 | 94.74 | 0.12 | 0.31 |
| Hex | 4D | 58 | 45 | C | 0 | 16 | 41 | 5F | C | 1F |
| Octal | 115 | 130 | 105 | 14 | 0 | 26 | 101 | 137 | 14 | 37 |
| Binary | 1001101 | 1011000 | 1000101 | 1100 | 0 | 10110 | 1000001 | 1011111 | 1100 | 11111 |
Color Harmonies of #4D5845
Complementary color
Monochromatic Colors of #4D5845
Black with #4D5845
Text Example
Text Example
White with #4D5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5845; }
p { color: rgb(77,88,69); }
H1.HeaderClassName
{
color: #4D5845;
}
.AnyTagClassName
{
color: #4D5845;
}
</style>
background-color css
<style>
a { background-color: #4D5845; }
a { background-color: rgb(77,88,69); }
div.DivClassName
{
background-color: #4D5845;
}
.BgClassName
{
background-color: #4D5845;
}
</style>
border-color css
<style>
span { border-color: #4D5845; }
span { border-color: rgb(77,88,69); }
td.TdClassName
{
border-color: #4D5845;
}
.TagClassName
{
border-color: #4D5845;
}
</style>