Shades of Cabbage Pont #48533C
Tints of Cabbage Pont #48533C
RGB
CMYK
RGB Variations
Color information
#48533C (or 0x48533C) is known color: Cabbage Pont. HEX triplet: 48, 53 and 3C. RGB value is (72,83,60). Sum of RGB (Red+Green+Blue) = 72+83+60=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #48533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48533C is #B7ACC3. Grayscale: #4D4D4D. Windows color (decimal): -12037316 or 3953480. OLE color: 3953480.
HSL color Cylindrical-coordinate representation of color #48533C: hue angle of 88.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48533C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 60 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.67 |
| HSL | 88.7º | 0.16% | 0.28% | - |
| HSV(B) | 88.7º | 0.28% | 0.33% | - |
| XYZ | 6.58 | 7.89 | 5.45 | - |
| YUV | 77.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 60 | 0.13 | 0 | 0.28 | 0.67 | 88.7 | 0.16 | 0.28 |
| Hex | 48 | 53 | 3C | D | 0 | 1C | 43 | 59 | 10 | 1C |
| Octal | 110 | 123 | 74 | 15 | 0 | 34 | 103 | 131 | 20 | 34 |
| Binary | 1001000 | 1010011 | 111100 | 1101 | 0 | 11100 | 1000011 | 1011001 | 10000 | 11100 |
Color Harmonies of #48533C
Complementary color
Monochromatic Colors of #48533C
Black with #48533C
Text Example
Text Example
White with #48533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48533C; }
p { color: rgb(72,83,60); }
H1.HeaderClassName
{
color: #48533C;
}
.AnyTagClassName
{
color: #48533C;
}
</style>
background-color css
<style>
a { background-color: #48533C; }
a { background-color: rgb(72,83,60); }
div.DivClassName
{
background-color: #48533C;
}
.BgClassName
{
background-color: #48533C;
}
</style>
border-color css
<style>
span { border-color: #48533C; }
span { border-color: rgb(72,83,60); }
td.TdClassName
{
border-color: #48533C;
}
.TagClassName
{
border-color: #48533C;
}
</style>