Shades of Cabbage Pont #48523E
Tints of Cabbage Pont #48523E
RGB
CMYK
RGB Variations
Color information
#48523E (or 0x48523E) is known color: Cabbage Pont. HEX triplet: 48, 52 and 3E. RGB value is (72,82,62). Sum of RGB (Red+Green+Blue) = 72+82+62=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #48523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48523E is #B7ADC1. Grayscale: #4C4C4C. Windows color (decimal): -12037570 or 4084296. OLE color: 4084296.
HSL color Cylindrical-coordinate representation of color #48523E: hue angle of 90º 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 #48523E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 62 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.68 |
| HSL | 90º | 0.14% | 0.28% | - |
| HSV(B) | 90º | 0.24% | 0.32% | - |
| XYZ | 6.56 | 7.76 | 5.71 | - |
| YUV | 76.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 62 | 0.12 | 0 | 0.24 | 0.68 | 90 | 0.14 | 0.28 |
| Hex | 48 | 52 | 3E | C | 0 | 18 | 44 | 5A | E | 1C |
| Octal | 110 | 122 | 76 | 14 | 0 | 30 | 104 | 132 | 16 | 34 |
| Binary | 1001000 | 1010010 | 111110 | 1100 | 0 | 11000 | 1000100 | 1011010 | 1110 | 11100 |
Color Harmonies of #48523E
Complementary color
Monochromatic Colors of #48523E
Black with #48523E
Text Example
Text Example
White with #48523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48523E; }
p { color: rgb(72,82,62); }
H1.HeaderClassName
{
color: #48523E;
}
.AnyTagClassName
{
color: #48523E;
}
</style>
background-color css
<style>
a { background-color: #48523E; }
a { background-color: rgb(72,82,62); }
div.DivClassName
{
background-color: #48523E;
}
.BgClassName
{
background-color: #48523E;
}
</style>
border-color css
<style>
span { border-color: #48523E; }
span { border-color: rgb(72,82,62); }
td.TdClassName
{
border-color: #48523E;
}
.TagClassName
{
border-color: #48523E;
}
</style>