Shades of Cabbage Pont #525C48
Tints of Cabbage Pont #525C48
RGB
CMYK
RGB Variations
Color information
#525C48 (or 0x525C48) is known color: Cabbage Pont. HEX triplet: 52, 5C and 48. RGB value is (82,92,72). Sum of RGB (Red+Green+Blue) = 82+92+72=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #525C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C48 is #ADA3B7. Grayscale: #565656. Windows color (decimal): -11379640 or 4742226. OLE color: 4742226.
HSL color Cylindrical-coordinate representation of color #525C48: hue angle of 90º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525C48 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 72 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.64 |
| HSL | 90º | 0.12% | 0.32% | - |
| HSV(B) | 90º | 0.22% | 0.36% | - |
| XYZ | 8.48 | 9.92 | 7.6 | - |
| YUV | 86.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 72 | 0.11 | 0 | 0.22 | 0.64 | 90 | 0.12 | 0.32 |
| Hex | 52 | 5C | 48 | B | 0 | 16 | 40 | 5A | C | 20 |
| Octal | 122 | 134 | 110 | 13 | 0 | 26 | 100 | 132 | 14 | 40 |
| Binary | 1010010 | 1011100 | 1001000 | 1011 | 0 | 10110 | 1000000 | 1011010 | 1100 | 100000 |
Color Harmonies of #525C48
Complementary color
Monochromatic Colors of #525C48
Black with #525C48
Text Example
Text Example
White with #525C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C48; }
p { color: rgb(82,92,72); }
H1.HeaderClassName
{
color: #525C48;
}
.AnyTagClassName
{
color: #525C48;
}
</style>
background-color css
<style>
a { background-color: #525C48; }
a { background-color: rgb(82,92,72); }
div.DivClassName
{
background-color: #525C48;
}
.BgClassName
{
background-color: #525C48;
}
</style>
border-color css
<style>
span { border-color: #525C48; }
span { border-color: rgb(82,92,72); }
td.TdClassName
{
border-color: #525C48;
}
.TagClassName
{
border-color: #525C48;
}
</style>