Shades of Cabbage Pont #4B573D
Tints of Cabbage Pont #4B573D
RGB
CMYK
RGB Variations
Color information
#4B573D (or 0x4B573D) is known color: Cabbage Pont. HEX triplet: 4B, 57 and 3D. RGB value is (75,87,61). Sum of RGB (Red+Green+Blue) = 75+87+61=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #4B573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B573D is #B4A8C2. Grayscale: #505050. Windows color (decimal): -11839683 or 4020043. OLE color: 4020043.
HSL color Cylindrical-coordinate representation of color #4B573D: hue angle of 87.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B573D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 61 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.66 |
| HSL | 87.69º | 0.18% | 0.29% | - |
| HSV(B) | 87.69º | 0.3% | 0.34% | - |
| XYZ | 7.15 | 8.65 | 5.71 | - |
| YUV | 80.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 61 | 0.14 | 0 | 0.30 | 0.66 | 87.69 | 0.18 | 0.29 |
| Hex | 4B | 57 | 3D | E | 0 | 1E | 42 | 58 | 12 | 1D |
| Octal | 113 | 127 | 75 | 16 | 0 | 36 | 102 | 130 | 22 | 35 |
| Binary | 1001011 | 1010111 | 111101 | 1110 | 0 | 11110 | 1000010 | 1011000 | 10010 | 11101 |
Color Harmonies of #4B573D
Complementary color
Monochromatic Colors of #4B573D
Black with #4B573D
Text Example
Text Example
White with #4B573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B573D; }
p { color: rgb(75,87,61); }
H1.HeaderClassName
{
color: #4B573D;
}
.AnyTagClassName
{
color: #4B573D;
}
</style>
background-color css
<style>
a { background-color: #4B573D; }
a { background-color: rgb(75,87,61); }
div.DivClassName
{
background-color: #4B573D;
}
.BgClassName
{
background-color: #4B573D;
}
</style>
border-color css
<style>
span { border-color: #4B573D; }
span { border-color: rgb(75,87,61); }
td.TdClassName
{
border-color: #4B573D;
}
.TagClassName
{
border-color: #4B573D;
}
</style>