Shades of Cabbage Pont #47523E
Tints of Cabbage Pont #47523E
RGB
CMYK
RGB Variations
Color information
#47523E (or 0x47523E) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3E. RGB value is (71,82,62). Sum of RGB (Red+Green+Blue) = 71+82+62=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #47523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523E is #B8ADC1. Grayscale: #4C4C4C. Windows color (decimal): -12103106 or 4084295. OLE color: 4084295.
HSL color Cylindrical-coordinate representation of color #47523E: hue angle of 93º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47523E is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 62 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.68 |
| HSL | 93º | 0.14% | 0.28% | - |
| HSV(B) | 93º | 0.24% | 0.32% | - |
| XYZ | 6.49 | 7.72 | 5.71 | - |
| YUV | 76.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 62 | 0.13 | 0 | 0.24 | 0.68 | 93 | 0.14 | 0.28 |
| Hex | 47 | 52 | 3E | D | 0 | 18 | 44 | 5D | E | 1C |
| Octal | 107 | 122 | 76 | 15 | 0 | 30 | 104 | 135 | 16 | 34 |
| Binary | 1000111 | 1010010 | 111110 | 1101 | 0 | 11000 | 1000100 | 1011101 | 1110 | 11100 |
Color Harmonies of #47523E
Complementary color
Monochromatic Colors of #47523E
Black with #47523E
Text Example
Text Example
White with #47523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47523E; }
p { color: rgb(71,82,62); }
H1.HeaderClassName
{
color: #47523E;
}
.AnyTagClassName
{
color: #47523E;
}
</style>
background-color css
<style>
a { background-color: #47523E; }
a { background-color: rgb(71,82,62); }
div.DivClassName
{
background-color: #47523E;
}
.BgClassName
{
background-color: #47523E;
}
</style>
border-color css
<style>
span { border-color: #47523E; }
span { border-color: rgb(71,82,62); }
td.TdClassName
{
border-color: #47523E;
}
.TagClassName
{
border-color: #47523E;
}
</style>