Shades of Cabbage Pont #48553F
Tints of Cabbage Pont #48553F
RGB
CMYK
RGB Variations
Color information
#48553F (or 0x48553F) is known color: Cabbage Pont. HEX triplet: 48, 55 and 3F. RGB value is (72,85,63). Sum of RGB (Red+Green+Blue) = 72+85+63=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #48553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553F is #B7AAC0. Grayscale: #4E4E4E. Windows color (decimal): -12036801 or 4150600. OLE color: 4150600.
HSL color Cylindrical-coordinate representation of color #48553F: hue angle of 95.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48553F is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 63 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.67 |
| HSL | 95.45º | 0.15% | 0.29% | - |
| HSV(B) | 95.45º | 0.26% | 0.33% | - |
| XYZ | 6.82 | 8.23 | 5.93 | - |
| YUV | 78.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 63 | 0.15 | 0 | 0.26 | 0.67 | 95.45 | 0.15 | 0.29 |
| Hex | 48 | 55 | 3F | F | 0 | 1A | 43 | 5F | F | 1D |
| Octal | 110 | 125 | 77 | 17 | 0 | 32 | 103 | 137 | 17 | 35 |
| Binary | 1001000 | 1010101 | 111111 | 1111 | 0 | 11010 | 1000011 | 1011111 | 1111 | 11101 |
Color Harmonies of #48553F
Complementary color
Monochromatic Colors of #48553F
Black with #48553F
Text Example
Text Example
White with #48553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48553F; }
p { color: rgb(72,85,63); }
H1.HeaderClassName
{
color: #48553F;
}
.AnyTagClassName
{
color: #48553F;
}
</style>
background-color css
<style>
a { background-color: #48553F; }
a { background-color: rgb(72,85,63); }
div.DivClassName
{
background-color: #48553F;
}
.BgClassName
{
background-color: #48553F;
}
</style>
border-color css
<style>
span { border-color: #48553F; }
span { border-color: rgb(72,85,63); }
td.TdClassName
{
border-color: #48553F;
}
.TagClassName
{
border-color: #48553F;
}
</style>