Shades of Cabbage Pont #4A553E
Tints of Cabbage Pont #4A553E
RGB
CMYK
RGB Variations
Color information
#4A553E (or 0x4A553E) is known color: Cabbage Pont. HEX triplet: 4A, 55 and 3E. RGB value is (74,85,62). Sum of RGB (Red+Green+Blue) = 74+85+62=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4A553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A553E is #B5AAC1. Grayscale: #4F4F4F. Windows color (decimal): -11905730 or 4085066. OLE color: 4085066.
HSL color Cylindrical-coordinate representation of color #4A553E: hue angle of 88.7º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A553E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 62 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.67 |
| HSL | 88.7º | 0.16% | 0.29% | - |
| HSV(B) | 88.7º | 0.27% | 0.33% | - |
| XYZ | 6.94 | 8.3 | 5.79 | - |
| YUV | 79.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 62 | 0.13 | 0 | 0.27 | 0.67 | 88.7 | 0.16 | 0.29 |
| Hex | 4A | 55 | 3E | D | 0 | 1B | 43 | 59 | 10 | 1D |
| Octal | 112 | 125 | 76 | 15 | 0 | 33 | 103 | 131 | 20 | 35 |
| Binary | 1001010 | 1010101 | 111110 | 1101 | 0 | 11011 | 1000011 | 1011001 | 10000 | 11101 |
Color Harmonies of #4A553E
Complementary color
Monochromatic Colors of #4A553E
Black with #4A553E
Text Example
Text Example
White with #4A553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A553E; }
p { color: rgb(74,85,62); }
H1.HeaderClassName
{
color: #4A553E;
}
.AnyTagClassName
{
color: #4A553E;
}
</style>
background-color css
<style>
a { background-color: #4A553E; }
a { background-color: rgb(74,85,62); }
div.DivClassName
{
background-color: #4A553E;
}
.BgClassName
{
background-color: #4A553E;
}
</style>
border-color css
<style>
span { border-color: #4A553E; }
span { border-color: rgb(74,85,62); }
td.TdClassName
{
border-color: #4A553E;
}
.TagClassName
{
border-color: #4A553E;
}
</style>