Shades of Cabbage Pont #4B573F
Tints of Cabbage Pont #4B573F
RGB
CMYK
RGB Variations
Color information
#4B573F (or 0x4B573F) is known color: Cabbage Pont. HEX triplet: 4B, 57 and 3F. RGB value is (75,87,63). Sum of RGB (Red+Green+Blue) = 75+87+63=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #4B573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B573F is #B4A8C0. Grayscale: #505050. Windows color (decimal): -11839681 or 4151115. OLE color: 4151115.
HSL color Cylindrical-coordinate representation of color #4B573F: hue angle of 90º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B573F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 63 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.66 |
| HSL | 90º | 0.16% | 0.29% | - |
| HSV(B) | 90º | 0.28% | 0.34% | - |
| XYZ | 7.21 | 8.67 | 6 | - |
| YUV | 80.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 63 | 0.14 | 0 | 0.28 | 0.66 | 90 | 0.16 | 0.29 |
| Hex | 4B | 57 | 3F | E | 0 | 1C | 42 | 5A | 10 | 1D |
| Octal | 113 | 127 | 77 | 16 | 0 | 34 | 102 | 132 | 20 | 35 |
| Binary | 1001011 | 1010111 | 111111 | 1110 | 0 | 11100 | 1000010 | 1011010 | 10000 | 11101 |
Color Harmonies of #4B573F
Complementary color
Monochromatic Colors of #4B573F
Black with #4B573F
Text Example
Text Example
White with #4B573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B573F; }
p { color: rgb(75,87,63); }
H1.HeaderClassName
{
color: #4B573F;
}
.AnyTagClassName
{
color: #4B573F;
}
</style>
background-color css
<style>
a { background-color: #4B573F; }
a { background-color: rgb(75,87,63); }
div.DivClassName
{
background-color: #4B573F;
}
.BgClassName
{
background-color: #4B573F;
}
</style>
border-color css
<style>
span { border-color: #4B573F; }
span { border-color: rgb(75,87,63); }
td.TdClassName
{
border-color: #4B573F;
}
.TagClassName
{
border-color: #4B573F;
}
</style>