Shades of Cabbage Pont #47553F
Tints of Cabbage Pont #47553F
RGB
CMYK
RGB Variations
Color information
#47553F (or 0x47553F) is known color: Cabbage Pont. HEX triplet: 47, 55 and 3F. RGB value is (71,85,63). Sum of RGB (Red+Green+Blue) = 71+85+63=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #47553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47553F is #B8AAC0. Grayscale: #4E4E4E. Windows color (decimal): -12102337 or 4150599. OLE color: 4150599.
HSL color Cylindrical-coordinate representation of color #47553F: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47553F is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 63 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.67 |
| HSL | 98.18º | 0.15% | 0.29% | - |
| HSV(B) | 98.18º | 0.26% | 0.33% | - |
| XYZ | 6.74 | 8.2 | 5.93 | - |
| YUV | 78.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 63 | 0.16 | 0 | 0.26 | 0.67 | 98.18 | 0.15 | 0.29 |
| Hex | 47 | 55 | 3F | 10 | 0 | 1A | 43 | 62 | F | 1D |
| Octal | 107 | 125 | 77 | 20 | 0 | 32 | 103 | 142 | 17 | 35 |
| Binary | 1000111 | 1010101 | 111111 | 10000 | 0 | 11010 | 1000011 | 1100010 | 1111 | 11101 |
Color Harmonies of #47553F
Complementary color
Monochromatic Colors of #47553F
Black with #47553F
Text Example
Text Example
White with #47553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47553F; }
p { color: rgb(71,85,63); }
H1.HeaderClassName
{
color: #47553F;
}
.AnyTagClassName
{
color: #47553F;
}
</style>
background-color css
<style>
a { background-color: #47553F; }
a { background-color: rgb(71,85,63); }
div.DivClassName
{
background-color: #47553F;
}
.BgClassName
{
background-color: #47553F;
}
</style>
border-color css
<style>
span { border-color: #47553F; }
span { border-color: rgb(71,85,63); }
td.TdClassName
{
border-color: #47553F;
}
.TagClassName
{
border-color: #47553F;
}
</style>