Shades of Cabbage Pont #48543A
Tints of Cabbage Pont #48543A
RGB
CMYK
RGB Variations
Color information
#48543A (or 0x48543A) is known color: Cabbage Pont. HEX triplet: 48, 54 and 3A. RGB value is (72,84,58). Sum of RGB (Red+Green+Blue) = 72+84+58=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #48543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48543A is #B7ABC5. Grayscale: #4D4D4D. Windows color (decimal): -12037062 or 3822664. OLE color: 3822664.
HSL color Cylindrical-coordinate representation of color #48543A: hue angle of 87.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48543A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 58 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.67 |
| HSL | 87.69º | 0.18% | 0.28% | - |
| HSV(B) | 87.69º | 0.31% | 0.33% | - |
| XYZ | 6.61 | 8.02 | 5.2 | - |
| YUV | 77.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 58 | 0.14 | 0 | 0.31 | 0.67 | 87.69 | 0.18 | 0.28 |
| Hex | 48 | 54 | 3A | E | 0 | 1F | 43 | 58 | 12 | 1C |
| Octal | 110 | 124 | 72 | 16 | 0 | 37 | 103 | 130 | 22 | 34 |
| Binary | 1001000 | 1010100 | 111010 | 1110 | 0 | 11111 | 1000011 | 1011000 | 10010 | 11100 |
Color Harmonies of #48543A
Complementary color
Monochromatic Colors of #48543A
Black with #48543A
Text Example
Text Example
White with #48543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48543A; }
p { color: rgb(72,84,58); }
H1.HeaderClassName
{
color: #48543A;
}
.AnyTagClassName
{
color: #48543A;
}
</style>
background-color css
<style>
a { background-color: #48543A; }
a { background-color: rgb(72,84,58); }
div.DivClassName
{
background-color: #48543A;
}
.BgClassName
{
background-color: #48543A;
}
</style>
border-color css
<style>
span { border-color: #48543A; }
span { border-color: rgb(72,84,58); }
td.TdClassName
{
border-color: #48543A;
}
.TagClassName
{
border-color: #48543A;
}
</style>