Shades of Cabbage Pont #50623D
Tints of Cabbage Pont #50623D
RGB
CMYK
RGB Variations
Color information
#50623D (or 0x50623D) is known color: Cabbage Pont. HEX triplet: 50, 62 and 3D. RGB value is (80,98,61). Sum of RGB (Red+Green+Blue) = 80+98+61=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #50623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623D is #AF9DC2. Grayscale: #585858. Windows color (decimal): -11509187 or 4022864. OLE color: 4022864.
HSL color Cylindrical-coordinate representation of color #50623D: hue angle of 89.19º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50623D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 61 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.62 |
| HSL | 89.19º | 0.23% | 0.31% | - |
| HSV(B) | 89.19º | 0.38% | 0.38% | - |
| XYZ | 8.52 | 10.78 | 6.05 | - |
| YUV | 88.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 61 | 0.18 | 0 | 0.38 | 0.62 | 89.19 | 0.23 | 0.31 |
| Hex | 50 | 62 | 3D | 12 | 0 | 26 | 3E | 59 | 17 | 1F |
| Octal | 120 | 142 | 75 | 22 | 0 | 46 | 76 | 131 | 27 | 37 |
| Binary | 1010000 | 1100010 | 111101 | 10010 | 0 | 100110 | 111110 | 1011001 | 10111 | 11111 |
Color Harmonies of #50623D
Complementary color
Monochromatic Colors of #50623D
Black with #50623D
Text Example
Text Example
White with #50623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50623D; }
p { color: rgb(80,98,61); }
H1.HeaderClassName
{
color: #50623D;
}
.AnyTagClassName
{
color: #50623D;
}
</style>
background-color css
<style>
a { background-color: #50623D; }
a { background-color: rgb(80,98,61); }
div.DivClassName
{
background-color: #50623D;
}
.BgClassName
{
background-color: #50623D;
}
</style>
border-color css
<style>
span { border-color: #50623D; }
span { border-color: rgb(80,98,61); }
td.TdClassName
{
border-color: #50623D;
}
.TagClassName
{
border-color: #50623D;
}
</style>