Shades of Cabbage Pont #485841
Tints of Cabbage Pont #485841
RGB
CMYK
RGB Variations
Color information
#485841 (or 0x485841) is known color: Cabbage Pont. HEX triplet: 48, 58 and 41. RGB value is (72,88,65). Sum of RGB (Red+Green+Blue) = 72+88+65=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #485841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485841 is #B7A7BE. Grayscale: #505050. Windows color (decimal): -12036031 or 4282440. OLE color: 4282440.
HSL color Cylindrical-coordinate representation of color #485841: hue angle of 101.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485841 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 65 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.65 |
| HSL | 101.74º | 0.15% | 0.3% | - |
| HSV(B) | 101.74º | 0.26% | 0.35% | - |
| XYZ | 7.12 | 8.74 | 6.31 | - |
| YUV | 80.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 65 | 0.18 | 0 | 0.26 | 0.65 | 101.74 | 0.15 | 0.3 |
| Hex | 48 | 58 | 41 | 12 | 0 | 1A | 41 | 66 | F | 1E |
| Octal | 110 | 130 | 101 | 22 | 0 | 32 | 101 | 146 | 17 | 36 |
| Binary | 1001000 | 1011000 | 1000001 | 10010 | 0 | 11010 | 1000001 | 1100110 | 1111 | 11110 |
Color Harmonies of #485841
Complementary color
Monochromatic Colors of #485841
Black with #485841
Text Example
Text Example
White with #485841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485841; }
p { color: rgb(72,88,65); }
H1.HeaderClassName
{
color: #485841;
}
.AnyTagClassName
{
color: #485841;
}
</style>
background-color css
<style>
a { background-color: #485841; }
a { background-color: rgb(72,88,65); }
div.DivClassName
{
background-color: #485841;
}
.BgClassName
{
background-color: #485841;
}
</style>
border-color css
<style>
span { border-color: #485841; }
span { border-color: rgb(72,88,65); }
td.TdClassName
{
border-color: #485841;
}
.TagClassName
{
border-color: #485841;
}
</style>