Shades of Cabbage Pont #485840
Tints of Cabbage Pont #485840
RGB
CMYK
RGB Variations
Color information
#485840 (or 0x485840) is known color: Cabbage Pont. HEX triplet: 48, 58 and 40. RGB value is (72,88,64). Sum of RGB (Red+Green+Blue) = 72+88+64=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #485840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485840 is #B7A7BF. Grayscale: #505050. Windows color (decimal): -12036032 or 4216904. OLE color: 4216904.
HSL color Cylindrical-coordinate representation of color #485840: hue angle of 100º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485840 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 64 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.65 |
| HSL | 100º | 0.16% | 0.3% | - |
| HSV(B) | 100º | 0.27% | 0.35% | - |
| XYZ | 7.09 | 8.73 | 6.16 | - |
| YUV | 80.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 64 | 0.18 | 0 | 0.27 | 0.65 | 100 | 0.16 | 0.3 |
| Hex | 48 | 58 | 40 | 12 | 0 | 1B | 41 | 64 | 10 | 1E |
| Octal | 110 | 130 | 100 | 22 | 0 | 33 | 101 | 144 | 20 | 36 |
| Binary | 1001000 | 1011000 | 1000000 | 10010 | 0 | 11011 | 1000001 | 1100100 | 10000 | 11110 |
Color Harmonies of #485840
Complementary color
Monochromatic Colors of #485840
Black with #485840
Text Example
Text Example
White with #485840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485840; }
p { color: rgb(72,88,64); }
H1.HeaderClassName
{
color: #485840;
}
.AnyTagClassName
{
color: #485840;
}
</style>
background-color css
<style>
a { background-color: #485840; }
a { background-color: rgb(72,88,64); }
div.DivClassName
{
background-color: #485840;
}
.BgClassName
{
background-color: #485840;
}
</style>
border-color css
<style>
span { border-color: #485840; }
span { border-color: rgb(72,88,64); }
td.TdClassName
{
border-color: #485840;
}
.TagClassName
{
border-color: #485840;
}
</style>