Shades of Cabbage Pont #4B593F
Tints of Cabbage Pont #4B593F
RGB
CMYK
RGB Variations
Color information
#4B593F (or 0x4B593F) is known color: Cabbage Pont. HEX triplet: 4B, 59 and 3F. RGB value is (75,89,63). Sum of RGB (Red+Green+Blue) = 75+89+63=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #4B593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B593F is #B4A6C0. Grayscale: #515151. Windows color (decimal): -11839169 or 4151627. OLE color: 4151627.
HSL color Cylindrical-coordinate representation of color #4B593F: hue angle of 92.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B593F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 63 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.65 |
| HSL | 92.31º | 0.17% | 0.3% | - |
| HSV(B) | 92.31º | 0.29% | 0.35% | - |
| XYZ | 7.37 | 9 | 6.05 | - |
| YUV | 81.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 63 | 0.16 | 0 | 0.29 | 0.65 | 92.31 | 0.17 | 0.3 |
| Hex | 4B | 59 | 3F | 10 | 0 | 1D | 41 | 5C | 11 | 1E |
| Octal | 113 | 131 | 77 | 20 | 0 | 35 | 101 | 134 | 21 | 36 |
| Binary | 1001011 | 1011001 | 111111 | 10000 | 0 | 11101 | 1000001 | 1011100 | 10001 | 11110 |
Color Harmonies of #4B593F
Complementary color
Monochromatic Colors of #4B593F
Black with #4B593F
Text Example
Text Example
White with #4B593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B593F; }
p { color: rgb(75,89,63); }
H1.HeaderClassName
{
color: #4B593F;
}
.AnyTagClassName
{
color: #4B593F;
}
</style>
background-color css
<style>
a { background-color: #4B593F; }
a { background-color: rgb(75,89,63); }
div.DivClassName
{
background-color: #4B593F;
}
.BgClassName
{
background-color: #4B593F;
}
</style>
border-color css
<style>
span { border-color: #4B593F; }
span { border-color: rgb(75,89,63); }
td.TdClassName
{
border-color: #4B593F;
}
.TagClassName
{
border-color: #4B593F;
}
</style>