Shades of Cabbage Pont #525D47
Tints of Cabbage Pont #525D47
RGB
CMYK
RGB Variations
Color information
#525D47 (or 0x525D47) is known color: Cabbage Pont. HEX triplet: 52, 5D and 47. RGB value is (82,93,71). Sum of RGB (Red+Green+Blue) = 82+93+71=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #525D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D47 is #ADA2B8. Grayscale: #575757. Windows color (decimal): -11379385 or 4676946. OLE color: 4676946.
HSL color Cylindrical-coordinate representation of color #525D47: hue angle of 90º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525D47 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 71 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.64 |
| HSL | 90º | 0.13% | 0.32% | - |
| HSV(B) | 90º | 0.24% | 0.36% | - |
| XYZ | 8.53 | 10.08 | 7.46 | - |
| YUV | 87.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 71 | 0.12 | 0 | 0.24 | 0.64 | 90 | 0.13 | 0.32 |
| Hex | 52 | 5D | 47 | C | 0 | 18 | 40 | 5A | D | 20 |
| Octal | 122 | 135 | 107 | 14 | 0 | 30 | 100 | 132 | 15 | 40 |
| Binary | 1010010 | 1011101 | 1000111 | 1100 | 0 | 11000 | 1000000 | 1011010 | 1101 | 100000 |
Color Harmonies of #525D47
Complementary color
Monochromatic Colors of #525D47
Black with #525D47
Text Example
Text Example
White with #525D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D47; }
p { color: rgb(82,93,71); }
H1.HeaderClassName
{
color: #525D47;
}
.AnyTagClassName
{
color: #525D47;
}
</style>
background-color css
<style>
a { background-color: #525D47; }
a { background-color: rgb(82,93,71); }
div.DivClassName
{
background-color: #525D47;
}
.BgClassName
{
background-color: #525D47;
}
</style>
border-color css
<style>
span { border-color: #525D47; }
span { border-color: rgb(82,93,71); }
td.TdClassName
{
border-color: #525D47;
}
.TagClassName
{
border-color: #525D47;
}
</style>