Shades of Cabbage Pont #525F47
Tints of Cabbage Pont #525F47
RGB
CMYK
RGB Variations
Color information
#525F47 (or 0x525F47) is known color: Cabbage Pont. HEX triplet: 52, 5F and 47. RGB value is (82,95,71). Sum of RGB (Red+Green+Blue) = 82+95+71=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #525F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F47 is #ADA0B8. Grayscale: #585858. Windows color (decimal): -11378873 or 4677458. OLE color: 4677458.
HSL color Cylindrical-coordinate representation of color #525F47: hue angle of 92.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525F47 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 71 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.63 |
| HSL | 92.5º | 0.14% | 0.33% | - |
| HSV(B) | 92.5º | 0.25% | 0.37% | - |
| XYZ | 8.71 | 10.43 | 7.52 | - |
| YUV | 88.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 71 | 0.14 | 0 | 0.25 | 0.63 | 92.5 | 0.14 | 0.33 |
| Hex | 52 | 5F | 47 | E | 0 | 19 | 3F | 5C | E | 21 |
| Octal | 122 | 137 | 107 | 16 | 0 | 31 | 77 | 134 | 16 | 41 |
| Binary | 1010010 | 1011111 | 1000111 | 1110 | 0 | 11001 | 111111 | 1011100 | 1110 | 100001 |
Color Harmonies of #525F47
Complementary color
Monochromatic Colors of #525F47
Black with #525F47
Text Example
Text Example
White with #525F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F47; }
p { color: rgb(82,95,71); }
H1.HeaderClassName
{
color: #525F47;
}
.AnyTagClassName
{
color: #525F47;
}
</style>
background-color css
<style>
a { background-color: #525F47; }
a { background-color: rgb(82,95,71); }
div.DivClassName
{
background-color: #525F47;
}
.BgClassName
{
background-color: #525F47;
}
</style>
border-color css
<style>
span { border-color: #525F47; }
span { border-color: rgb(82,95,71); }
td.TdClassName
{
border-color: #525F47;
}
.TagClassName
{
border-color: #525F47;
}
</style>