Shades of Cabbage Pont #47553E
Tints of Cabbage Pont #47553E
RGB
CMYK
RGB Variations
Color information
#47553E (or 0x47553E) is known color: Cabbage Pont. HEX triplet: 47, 55 and 3E. RGB value is (71,85,62). Sum of RGB (Red+Green+Blue) = 71+85+62=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #47553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47553E is #B8AAC1. Grayscale: #4E4E4E. Windows color (decimal): -12102338 or 4085063. OLE color: 4085063.
HSL color Cylindrical-coordinate representation of color #47553E: hue angle of 96.52º 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 #47553E is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 62 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.67 |
| HSL | 96.52º | 0.16% | 0.29% | - |
| HSV(B) | 96.52º | 0.27% | 0.33% | - |
| XYZ | 6.72 | 8.18 | 5.78 | - |
| YUV | 78.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 62 | 0.16 | 0 | 0.27 | 0.67 | 96.52 | 0.16 | 0.29 |
| Hex | 47 | 55 | 3E | 10 | 0 | 1B | 43 | 61 | 10 | 1D |
| Octal | 107 | 125 | 76 | 20 | 0 | 33 | 103 | 141 | 20 | 35 |
| Binary | 1000111 | 1010101 | 111110 | 10000 | 0 | 11011 | 1000011 | 1100001 | 10000 | 11101 |
Color Harmonies of #47553E
Complementary color
Monochromatic Colors of #47553E
Black with #47553E
Text Example
Text Example
White with #47553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47553E; }
p { color: rgb(71,85,62); }
H1.HeaderClassName
{
color: #47553E;
}
.AnyTagClassName
{
color: #47553E;
}
</style>
background-color css
<style>
a { background-color: #47553E; }
a { background-color: rgb(71,85,62); }
div.DivClassName
{
background-color: #47553E;
}
.BgClassName
{
background-color: #47553E;
}
</style>
border-color css
<style>
span { border-color: #47553E; }
span { border-color: rgb(71,85,62); }
td.TdClassName
{
border-color: #47553E;
}
.TagClassName
{
border-color: #47553E;
}
</style>