Shades of Cabbage Pont #47543D
Tints of Cabbage Pont #47543D
RGB
CMYK
RGB Variations
Color information
#47543D (or 0x47543D) is known color: Cabbage Pont. HEX triplet: 47, 54 and 3D. RGB value is (71,84,61). Sum of RGB (Red+Green+Blue) = 71+84+61=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #47543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47543D is #B8ABC2. Grayscale: #4D4D4D. Windows color (decimal): -12102595 or 4019271. OLE color: 4019271.
HSL color Cylindrical-coordinate representation of color #47543D: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47543D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 61 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.67 |
| HSL | 93.91º | 0.16% | 0.28% | - |
| HSV(B) | 93.91º | 0.27% | 0.33% | - |
| XYZ | 6.61 | 8.02 | 5.61 | - |
| YUV | 77.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 61 | 0.15 | 0 | 0.27 | 0.67 | 93.91 | 0.16 | 0.28 |
| Hex | 47 | 54 | 3D | F | 0 | 1B | 43 | 5E | 10 | 1C |
| Octal | 107 | 124 | 75 | 17 | 0 | 33 | 103 | 136 | 20 | 34 |
| Binary | 1000111 | 1010100 | 111101 | 1111 | 0 | 11011 | 1000011 | 1011110 | 10000 | 11100 |
Color Harmonies of #47543D
Complementary color
Monochromatic Colors of #47543D
Black with #47543D
Text Example
Text Example
White with #47543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47543D; }
p { color: rgb(71,84,61); }
H1.HeaderClassName
{
color: #47543D;
}
.AnyTagClassName
{
color: #47543D;
}
</style>
background-color css
<style>
a { background-color: #47543D; }
a { background-color: rgb(71,84,61); }
div.DivClassName
{
background-color: #47543D;
}
.BgClassName
{
background-color: #47543D;
}
</style>
border-color css
<style>
span { border-color: #47543D; }
span { border-color: rgb(71,84,61); }
td.TdClassName
{
border-color: #47543D;
}
.TagClassName
{
border-color: #47543D;
}
</style>