Shades of Cabbage Pont #47503D
Tints of Cabbage Pont #47503D
RGB
CMYK
RGB Variations
Color information
#47503D (or 0x47503D) is known color: Cabbage Pont. HEX triplet: 47, 50 and 3D. RGB value is (71,80,61). Sum of RGB (Red+Green+Blue) = 71+80+61=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #47503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503D is #B8AFC2. Grayscale: #4B4B4B. Windows color (decimal): -12103619 or 4018247. OLE color: 4018247.
HSL color Cylindrical-coordinate representation of color #47503D: hue angle of 88.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47503D is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 61 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.69 |
| HSL | 88.42º | 0.13% | 0.28% | - |
| HSV(B) | 88.42º | 0.24% | 0.31% | - |
| XYZ | 6.31 | 7.41 | 5.51 | - |
| YUV | 75.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 61 | 0.11 | 0 | 0.24 | 0.69 | 88.42 | 0.13 | 0.28 |
| Hex | 47 | 50 | 3D | B | 0 | 18 | 45 | 58 | D | 1C |
| Octal | 107 | 120 | 75 | 13 | 0 | 30 | 105 | 130 | 15 | 34 |
| Binary | 1000111 | 1010000 | 111101 | 1011 | 0 | 11000 | 1000101 | 1011000 | 1101 | 11100 |
Color Harmonies of #47503D
Complementary color
Monochromatic Colors of #47503D
Black with #47503D
Text Example
Text Example
White with #47503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47503D; }
p { color: rgb(71,80,61); }
H1.HeaderClassName
{
color: #47503D;
}
.AnyTagClassName
{
color: #47503D;
}
</style>
background-color css
<style>
a { background-color: #47503D; }
a { background-color: rgb(71,80,61); }
div.DivClassName
{
background-color: #47503D;
}
.BgClassName
{
background-color: #47503D;
}
</style>
border-color css
<style>
span { border-color: #47503D; }
span { border-color: rgb(71,80,61); }
td.TdClassName
{
border-color: #47503D;
}
.TagClassName
{
border-color: #47503D;
}
</style>