Shades of Cabbage Pont #48553E
Tints of Cabbage Pont #48553E
RGB
CMYK
RGB Variations
Color information
#48553E (or 0x48553E) is known color: Cabbage Pont. HEX triplet: 48, 55 and 3E. RGB value is (72,85,62). Sum of RGB (Red+Green+Blue) = 72+85+62=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #48553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553E is #B7AAC1. Grayscale: #4E4E4E. Windows color (decimal): -12036802 or 4085064. OLE color: 4085064.
HSL color Cylindrical-coordinate representation of color #48553E: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48553E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 62 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.67 |
| HSL | 93.91º | 0.16% | 0.29% | - |
| HSV(B) | 93.91º | 0.27% | 0.33% | - |
| XYZ | 6.79 | 8.22 | 5.79 | - |
| YUV | 78.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 62 | 0.15 | 0 | 0.27 | 0.67 | 93.91 | 0.16 | 0.29 |
| Hex | 48 | 55 | 3E | F | 0 | 1B | 43 | 5E | 10 | 1D |
| Octal | 110 | 125 | 76 | 17 | 0 | 33 | 103 | 136 | 20 | 35 |
| Binary | 1001000 | 1010101 | 111110 | 1111 | 0 | 11011 | 1000011 | 1011110 | 10000 | 11101 |
Color Harmonies of #48553E
Complementary color
Monochromatic Colors of #48553E
Black with #48553E
Text Example
Text Example
White with #48553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48553E; }
p { color: rgb(72,85,62); }
H1.HeaderClassName
{
color: #48553E;
}
.AnyTagClassName
{
color: #48553E;
}
</style>
background-color css
<style>
a { background-color: #48553E; }
a { background-color: rgb(72,85,62); }
div.DivClassName
{
background-color: #48553E;
}
.BgClassName
{
background-color: #48553E;
}
</style>
border-color css
<style>
span { border-color: #48553E; }
span { border-color: rgb(72,85,62); }
td.TdClassName
{
border-color: #48553E;
}
.TagClassName
{
border-color: #48553E;
}
</style>