Shades of Cabbage Pont #4D603E
Tints of Cabbage Pont #4D603E
RGB
CMYK
RGB Variations
Color information
#4D603E (or 0x4D603E) is known color: Cabbage Pont. HEX triplet: 4D, 60 and 3E. RGB value is (77,96,62). Sum of RGB (Red+Green+Blue) = 77+96+62=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #4D603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D603E is #B29FC1. Grayscale: #565656. Windows color (decimal): -11706306 or 4087885. OLE color: 4087885.
HSL color Cylindrical-coordinate representation of color #4D603E: hue angle of 93.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D603E is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 62 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.62 |
| HSL | 93.53º | 0.22% | 0.31% | - |
| HSV(B) | 93.53º | 0.35% | 0.38% | - |
| XYZ | 8.11 | 10.29 | 6.12 | - |
| YUV | 86.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 62 | 0.20 | 0 | 0.35 | 0.62 | 93.53 | 0.22 | 0.31 |
| Hex | 4D | 60 | 3E | 14 | 0 | 23 | 3E | 5E | 16 | 1F |
| Octal | 115 | 140 | 76 | 24 | 0 | 43 | 76 | 136 | 26 | 37 |
| Binary | 1001101 | 1100000 | 111110 | 10100 | 0 | 100011 | 111110 | 1011110 | 10110 | 11111 |
Color Harmonies of #4D603E
Complementary color
Monochromatic Colors of #4D603E
Black with #4D603E
Text Example
Text Example
White with #4D603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D603E; }
p { color: rgb(77,96,62); }
H1.HeaderClassName
{
color: #4D603E;
}
.AnyTagClassName
{
color: #4D603E;
}
</style>
background-color css
<style>
a { background-color: #4D603E; }
a { background-color: rgb(77,96,62); }
div.DivClassName
{
background-color: #4D603E;
}
.BgClassName
{
background-color: #4D603E;
}
</style>
border-color css
<style>
span { border-color: #4D603E; }
span { border-color: rgb(77,96,62); }
td.TdClassName
{
border-color: #4D603E;
}
.TagClassName
{
border-color: #4D603E;
}
</style>