Shades of Cabbage Pont #4C5343
Tints of Cabbage Pont #4C5343
RGB
CMYK
RGB Variations
Color information
#4C5343 (or 0x4C5343) is known color: Cabbage Pont. HEX triplet: 4C, 53 and 43. RGB value is (76,83,67). Sum of RGB (Red+Green+Blue) = 76+83+67=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5343 is #B3ACBC. Grayscale: #4F4F4F. Windows color (decimal): -11775165 or 4412236. OLE color: 4412236.
HSL color Cylindrical-coordinate representation of color #4C5343: hue angle of 86.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C5343 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 67 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.67 |
| HSL | 86.25º | 0.11% | 0.29% | - |
| HSV(B) | 86.25º | 0.19% | 0.33% | - |
| XYZ | 7.09 | 8.13 | 6.51 | - |
| YUV | 79.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 67 | 0.08 | 0 | 0.19 | 0.67 | 86.25 | 0.11 | 0.29 |
| Hex | 4C | 53 | 43 | 8 | 0 | 13 | 43 | 56 | B | 1D |
| Octal | 114 | 123 | 103 | 10 | 0 | 23 | 103 | 126 | 13 | 35 |
| Binary | 1001100 | 1010011 | 1000011 | 1000 | 0 | 10011 | 1000011 | 1010110 | 1011 | 11101 |
Color Harmonies of #4C5343
Complementary color
Monochromatic Colors of #4C5343
Black with #4C5343
Text Example
Text Example
White with #4C5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5343; }
p { color: rgb(76,83,67); }
H1.HeaderClassName
{
color: #4C5343;
}
.AnyTagClassName
{
color: #4C5343;
}
</style>
background-color css
<style>
a { background-color: #4C5343; }
a { background-color: rgb(76,83,67); }
div.DivClassName
{
background-color: #4C5343;
}
.BgClassName
{
background-color: #4C5343;
}
</style>
border-color css
<style>
span { border-color: #4C5343; }
span { border-color: rgb(76,83,67); }
td.TdClassName
{
border-color: #4C5343;
}
.TagClassName
{
border-color: #4C5343;
}
</style>