Shades of Cabbage Pont #47533F
Tints of Cabbage Pont #47533F
RGB
CMYK
RGB Variations
Color information
#47533F (or 0x47533F) is known color: Cabbage Pont. HEX triplet: 47, 53 and 3F. RGB value is (71,83,63). Sum of RGB (Red+Green+Blue) = 71+83+63=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #47533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533F is #B8ACC0. Grayscale: #4D4D4D. Windows color (decimal): -12102849 or 4150087. OLE color: 4150087.
HSL color Cylindrical-coordinate representation of color #47533F: hue angle of 96º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47533F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 63 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.67 |
| HSL | 96º | 0.14% | 0.29% | - |
| HSV(B) | 96º | 0.24% | 0.33% | - |
| XYZ | 6.59 | 7.88 | 5.88 | - |
| YUV | 77.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 63 | 0.14 | 0 | 0.24 | 0.67 | 96 | 0.14 | 0.29 |
| Hex | 47 | 53 | 3F | E | 0 | 18 | 43 | 60 | E | 1D |
| Octal | 107 | 123 | 77 | 16 | 0 | 30 | 103 | 140 | 16 | 35 |
| Binary | 1000111 | 1010011 | 111111 | 1110 | 0 | 11000 | 1000011 | 1100000 | 1110 | 11101 |
Color Harmonies of #47533F
Complementary color
Monochromatic Colors of #47533F
Black with #47533F
Text Example
Text Example
White with #47533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47533F; }
p { color: rgb(71,83,63); }
H1.HeaderClassName
{
color: #47533F;
}
.AnyTagClassName
{
color: #47533F;
}
</style>
background-color css
<style>
a { background-color: #47533F; }
a { background-color: rgb(71,83,63); }
div.DivClassName
{
background-color: #47533F;
}
.BgClassName
{
background-color: #47533F;
}
</style>
border-color css
<style>
span { border-color: #47533F; }
span { border-color: rgb(71,83,63); }
td.TdClassName
{
border-color: #47533F;
}
.TagClassName
{
border-color: #47533F;
}
</style>