Shades of Cabbage Pont #48553B
Tints of Cabbage Pont #48553B
RGB
CMYK
RGB Variations
Color information
#48553B (or 0x48553B) is known color: Cabbage Pont. HEX triplet: 48, 55 and 3B. RGB value is (72,85,59). Sum of RGB (Red+Green+Blue) = 72+85+59=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #48553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553B is #B7AAC4. Grayscale: #4E4E4E. Windows color (decimal): -12036805 or 3888456. OLE color: 3888456.
HSL color Cylindrical-coordinate representation of color #48553B: hue angle of 90º 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 #48553B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 59 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.67 |
| HSL | 90º | 0.18% | 0.28% | - |
| HSV(B) | 90º | 0.31% | 0.33% | - |
| XYZ | 6.71 | 8.19 | 5.36 | - |
| YUV | 78.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 59 | 0.15 | 0 | 0.31 | 0.67 | 90 | 0.18 | 0.28 |
| Hex | 48 | 55 | 3B | F | 0 | 1F | 43 | 5A | 12 | 1C |
| Octal | 110 | 125 | 73 | 17 | 0 | 37 | 103 | 132 | 22 | 34 |
| Binary | 1001000 | 1010101 | 111011 | 1111 | 0 | 11111 | 1000011 | 1011010 | 10010 | 11100 |
Color Harmonies of #48553B
Complementary color
Monochromatic Colors of #48553B
Black with #48553B
Text Example
Text Example
White with #48553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48553B; }
p { color: rgb(72,85,59); }
H1.HeaderClassName
{
color: #48553B;
}
.AnyTagClassName
{
color: #48553B;
}
</style>
background-color css
<style>
a { background-color: #48553B; }
a { background-color: rgb(72,85,59); }
div.DivClassName
{
background-color: #48553B;
}
.BgClassName
{
background-color: #48553B;
}
</style>
border-color css
<style>
span { border-color: #48553B; }
span { border-color: rgb(72,85,59); }
td.TdClassName
{
border-color: #48553B;
}
.TagClassName
{
border-color: #48553B;
}
</style>