Shades of Cabbage Pont #4D5745
Tints of Cabbage Pont #4D5745
RGB
CMYK
RGB Variations
Color information
#4D5745 (or 0x4D5745) is known color: Cabbage Pont. HEX triplet: 4D, 57 and 45. RGB value is (77,87,69). Sum of RGB (Red+Green+Blue) = 77+87+69=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5745 is #B2A8BA. Grayscale: #525252. Windows color (decimal): -11708603 or 4544333. OLE color: 4544333.
HSL color Cylindrical-coordinate representation of color #4D5745: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5745 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 69 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.66 |
| HSL | 93.33º | 0.12% | 0.31% | - |
| HSV(B) | 93.33º | 0.21% | 0.34% | - |
| XYZ | 7.54 | 8.82 | 6.94 | - |
| YUV | 81.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 69 | 0.11 | 0 | 0.21 | 0.66 | 93.33 | 0.12 | 0.31 |
| Hex | 4D | 57 | 45 | B | 0 | 15 | 42 | 5D | C | 1F |
| Octal | 115 | 127 | 105 | 13 | 0 | 25 | 102 | 135 | 14 | 37 |
| Binary | 1001101 | 1010111 | 1000101 | 1011 | 0 | 10101 | 1000010 | 1011101 | 1100 | 11111 |
Color Harmonies of #4D5745
Complementary color
Monochromatic Colors of #4D5745
Black with #4D5745
Text Example
Text Example
White with #4D5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5745; }
p { color: rgb(77,87,69); }
H1.HeaderClassName
{
color: #4D5745;
}
.AnyTagClassName
{
color: #4D5745;
}
</style>
background-color css
<style>
a { background-color: #4D5745; }
a { background-color: rgb(77,87,69); }
div.DivClassName
{
background-color: #4D5745;
}
.BgClassName
{
background-color: #4D5745;
}
</style>
border-color css
<style>
span { border-color: #4D5745; }
span { border-color: rgb(77,87,69); }
td.TdClassName
{
border-color: #4D5745;
}
.TagClassName
{
border-color: #4D5745;
}
</style>