Shades of Cabbage Pont #4D5543
Tints of Cabbage Pont #4D5543
RGB
CMYK
RGB Variations
Color information
#4D5543 (or 0x4D5543) is known color: Cabbage Pont. HEX triplet: 4D, 55 and 43. RGB value is (77,85,67). Sum of RGB (Red+Green+Blue) = 77+85+67=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5543 is #B2AABC. Grayscale: #505050. Windows color (decimal): -11709117 or 4412749. OLE color: 4412749.
HSL color Cylindrical-coordinate representation of color #4D5543: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5543 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 67 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.67 |
| HSL | 86.67º | 0.12% | 0.3% | - |
| HSV(B) | 86.67º | 0.21% | 0.33% | - |
| XYZ | 7.32 | 8.48 | 6.56 | - |
| YUV | 80.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 67 | 0.09 | 0 | 0.21 | 0.67 | 86.67 | 0.12 | 0.3 |
| Hex | 4D | 55 | 43 | 9 | 0 | 15 | 43 | 57 | C | 1E |
| Octal | 115 | 125 | 103 | 11 | 0 | 25 | 103 | 127 | 14 | 36 |
| Binary | 1001101 | 1010101 | 1000011 | 1001 | 0 | 10101 | 1000011 | 1010111 | 1100 | 11110 |
Color Harmonies of #4D5543
Complementary color
Monochromatic Colors of #4D5543
Black with #4D5543
Text Example
Text Example
White with #4D5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5543; }
p { color: rgb(77,85,67); }
H1.HeaderClassName
{
color: #4D5543;
}
.AnyTagClassName
{
color: #4D5543;
}
</style>
background-color css
<style>
a { background-color: #4D5543; }
a { background-color: rgb(77,85,67); }
div.DivClassName
{
background-color: #4D5543;
}
.BgClassName
{
background-color: #4D5543;
}
</style>
border-color css
<style>
span { border-color: #4D5543; }
span { border-color: rgb(77,85,67); }
td.TdClassName
{
border-color: #4D5543;
}
.TagClassName
{
border-color: #4D5543;
}
</style>