Shades of Cabbage Pont #4C5543
Tints of Cabbage Pont #4C5543
RGB
CMYK
RGB Variations
Color information
#4C5543 (or 0x4C5543) is known color: Cabbage Pont. HEX triplet: 4C, 55 and 43. RGB value is (76,85,67). Sum of RGB (Red+Green+Blue) = 76+85+67=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5543 is #B3AABC. Grayscale: #505050. Windows color (decimal): -11774653 or 4412748. OLE color: 4412748.
HSL color Cylindrical-coordinate representation of color #4C5543: hue angle of 90º 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 #4C5543 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 67 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.67 |
| HSL | 90º | 0.12% | 0.3% | - |
| HSV(B) | 90º | 0.21% | 0.33% | - |
| XYZ | 7.24 | 8.44 | 6.56 | - |
| YUV | 80.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 67 | 0.11 | 0 | 0.21 | 0.67 | 90 | 0.12 | 0.3 |
| Hex | 4C | 55 | 43 | B | 0 | 15 | 43 | 5A | C | 1E |
| Octal | 114 | 125 | 103 | 13 | 0 | 25 | 103 | 132 | 14 | 36 |
| Binary | 1001100 | 1010101 | 1000011 | 1011 | 0 | 10101 | 1000011 | 1011010 | 1100 | 11110 |
Color Harmonies of #4C5543
Complementary color
Monochromatic Colors of #4C5543
Black with #4C5543
Text Example
Text Example
White with #4C5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5543; }
p { color: rgb(76,85,67); }
H1.HeaderClassName
{
color: #4C5543;
}
.AnyTagClassName
{
color: #4C5543;
}
</style>
background-color css
<style>
a { background-color: #4C5543; }
a { background-color: rgb(76,85,67); }
div.DivClassName
{
background-color: #4C5543;
}
.BgClassName
{
background-color: #4C5543;
}
</style>
border-color css
<style>
span { border-color: #4C5543; }
span { border-color: rgb(76,85,67); }
td.TdClassName
{
border-color: #4C5543;
}
.TagClassName
{
border-color: #4C5543;
}
</style>