Shades of Cabbage Pont #4B5543
Tints of Cabbage Pont #4B5543
RGB
CMYK
RGB Variations
Color information
#4B5543 (or 0x4B5543) is known color: Cabbage Pont. HEX triplet: 4B, 55 and 43. RGB value is (75,85,67). Sum of RGB (Red+Green+Blue) = 75+85+67=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5543 is #B4AABC. Grayscale: #505050. Windows color (decimal): -11840189 or 4412747. OLE color: 4412747.
HSL color Cylindrical-coordinate representation of color #4B5543: hue angle of 93.33º 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 #4B5543 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 67 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.67 |
| HSL | 93.33º | 0.12% | 0.3% | - |
| HSV(B) | 93.33º | 0.21% | 0.33% | - |
| XYZ | 7.16 | 8.4 | 6.55 | - |
| YUV | 79.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 67 | 0.12 | 0 | 0.21 | 0.67 | 93.33 | 0.12 | 0.3 |
| Hex | 4B | 55 | 43 | C | 0 | 15 | 43 | 5D | C | 1E |
| Octal | 113 | 125 | 103 | 14 | 0 | 25 | 103 | 135 | 14 | 36 |
| Binary | 1001011 | 1010101 | 1000011 | 1100 | 0 | 10101 | 1000011 | 1011101 | 1100 | 11110 |
Color Harmonies of #4B5543
Complementary color
Monochromatic Colors of #4B5543
Black with #4B5543
Text Example
Text Example
White with #4B5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5543; }
p { color: rgb(75,85,67); }
H1.HeaderClassName
{
color: #4B5543;
}
.AnyTagClassName
{
color: #4B5543;
}
</style>
background-color css
<style>
a { background-color: #4B5543; }
a { background-color: rgb(75,85,67); }
div.DivClassName
{
background-color: #4B5543;
}
.BgClassName
{
background-color: #4B5543;
}
</style>
border-color css
<style>
span { border-color: #4B5543; }
span { border-color: rgb(75,85,67); }
td.TdClassName
{
border-color: #4B5543;
}
.TagClassName
{
border-color: #4B5543;
}
</style>