Shades of Cabbage Pont #4A593D
Tints of Cabbage Pont #4A593D
RGB
CMYK
RGB Variations
Color information
#4A593D (or 0x4A593D) is known color: Cabbage Pont. HEX triplet: 4A, 59 and 3D. RGB value is (74,89,61). Sum of RGB (Red+Green+Blue) = 74+89+61=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #4A593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A593D is #B5A6C2. Grayscale: #515151. Windows color (decimal): -11904707 or 4020554. OLE color: 4020554.
HSL color Cylindrical-coordinate representation of color #4A593D: hue angle of 92.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A593D is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 61 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.65 |
| HSL | 92.14º | 0.19% | 0.29% | - |
| HSV(B) | 92.14º | 0.31% | 0.35% | - |
| XYZ | 7.24 | 8.94 | 5.76 | - |
| YUV | 81.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 61 | 0.17 | 0 | 0.31 | 0.65 | 92.14 | 0.19 | 0.29 |
| Hex | 4A | 59 | 3D | 11 | 0 | 1F | 41 | 5C | 13 | 1D |
| Octal | 112 | 131 | 75 | 21 | 0 | 37 | 101 | 134 | 23 | 35 |
| Binary | 1001010 | 1011001 | 111101 | 10001 | 0 | 11111 | 1000001 | 1011100 | 10011 | 11101 |
Color Harmonies of #4A593D
Complementary color
Monochromatic Colors of #4A593D
Black with #4A593D
Text Example
Text Example
White with #4A593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A593D; }
p { color: rgb(74,89,61); }
H1.HeaderClassName
{
color: #4A593D;
}
.AnyTagClassName
{
color: #4A593D;
}
</style>
background-color css
<style>
a { background-color: #4A593D; }
a { background-color: rgb(74,89,61); }
div.DivClassName
{
background-color: #4A593D;
}
.BgClassName
{
background-color: #4A593D;
}
</style>
border-color css
<style>
span { border-color: #4A593D; }
span { border-color: rgb(74,89,61); }
td.TdClassName
{
border-color: #4A593D;
}
.TagClassName
{
border-color: #4A593D;
}
</style>