Shades of Cabbage Pont #47543C
Tints of Cabbage Pont #47543C
RGB
CMYK
RGB Variations
Color information
#47543C (or 0x47543C) is known color: Cabbage Pont. HEX triplet: 47, 54 and 3C. RGB value is (71,84,60). Sum of RGB (Red+Green+Blue) = 71+84+60=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #47543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47543C is #B8ABC3. Grayscale: #4D4D4D. Windows color (decimal): -12102596 or 3953735. OLE color: 3953735.
HSL color Cylindrical-coordinate representation of color #47543C: hue angle of 92.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47543C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 60 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.67 |
| HSL | 92.5º | 0.17% | 0.28% | - |
| HSV(B) | 92.5º | 0.29% | 0.33% | - |
| XYZ | 6.58 | 8.01 | 5.47 | - |
| YUV | 77.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 60 | 0.15 | 0 | 0.29 | 0.67 | 92.5 | 0.17 | 0.28 |
| Hex | 47 | 54 | 3C | F | 0 | 1D | 43 | 5C | 11 | 1C |
| Octal | 107 | 124 | 74 | 17 | 0 | 35 | 103 | 134 | 21 | 34 |
| Binary | 1000111 | 1010100 | 111100 | 1111 | 0 | 11101 | 1000011 | 1011100 | 10001 | 11100 |
Color Harmonies of #47543C
Complementary color
Monochromatic Colors of #47543C
Black with #47543C
Text Example
Text Example
White with #47543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47543C; }
p { color: rgb(71,84,60); }
H1.HeaderClassName
{
color: #47543C;
}
.AnyTagClassName
{
color: #47543C;
}
</style>
background-color css
<style>
a { background-color: #47543C; }
a { background-color: rgb(71,84,60); }
div.DivClassName
{
background-color: #47543C;
}
.BgClassName
{
background-color: #47543C;
}
</style>
border-color css
<style>
span { border-color: #47543C; }
span { border-color: rgb(71,84,60); }
td.TdClassName
{
border-color: #47543C;
}
.TagClassName
{
border-color: #47543C;
}
</style>