Shades of Cabbage Pont #48553D
Tints of Cabbage Pont #48553D
RGB
CMYK
RGB Variations
Color information
#48553D (or 0x48553D) is known color: Cabbage Pont. HEX triplet: 48, 55 and 3D. RGB value is (72,85,61). Sum of RGB (Red+Green+Blue) = 72+85+61=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #48553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553D is #B7AAC2. Grayscale: #4E4E4E. Windows color (decimal): -12036803 or 4019528. OLE color: 4019528.
HSL color Cylindrical-coordinate representation of color #48553D: hue angle of 92.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48553D is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 61 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.67 |
| HSL | 92.5º | 0.16% | 0.29% | - |
| HSV(B) | 92.5º | 0.28% | 0.33% | - |
| XYZ | 6.76 | 8.21 | 5.64 | - |
| YUV | 78.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 61 | 0.15 | 0 | 0.28 | 0.67 | 92.5 | 0.16 | 0.29 |
| Hex | 48 | 55 | 3D | F | 0 | 1C | 43 | 5C | 10 | 1D |
| Octal | 110 | 125 | 75 | 17 | 0 | 34 | 103 | 134 | 20 | 35 |
| Binary | 1001000 | 1010101 | 111101 | 1111 | 0 | 11100 | 1000011 | 1011100 | 10000 | 11101 |
Color Harmonies of #48553D
Complementary color
Monochromatic Colors of #48553D
Black with #48553D
Text Example
Text Example
White with #48553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48553D; }
p { color: rgb(72,85,61); }
H1.HeaderClassName
{
color: #48553D;
}
.AnyTagClassName
{
color: #48553D;
}
</style>
background-color css
<style>
a { background-color: #48553D; }
a { background-color: rgb(72,85,61); }
div.DivClassName
{
background-color: #48553D;
}
.BgClassName
{
background-color: #48553D;
}
</style>
border-color css
<style>
span { border-color: #48553D; }
span { border-color: rgb(72,85,61); }
td.TdClassName
{
border-color: #48553D;
}
.TagClassName
{
border-color: #48553D;
}
</style>