Shades of Cabbage Pont #485343
Tints of Cabbage Pont #485343
RGB
CMYK
RGB Variations
Color information
#485343 (or 0x485343) is known color: Cabbage Pont. HEX triplet: 48, 53 and 43. RGB value is (72,83,67). Sum of RGB (Red+Green+Blue) = 72+83+67=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #485343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485343 is #B7ACBC. Grayscale: #4D4D4D. Windows color (decimal): -12037309 or 4412232. OLE color: 4412232.
HSL color Cylindrical-coordinate representation of color #485343: hue angle of 101.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485343 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 67 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.67 |
| HSL | 101.25º | 0.11% | 0.29% | - |
| HSV(B) | 101.25º | 0.19% | 0.33% | - |
| XYZ | 6.78 | 7.97 | 6.49 | - |
| YUV | 77.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 67 | 0.13 | 0 | 0.19 | 0.67 | 101.25 | 0.11 | 0.29 |
| Hex | 48 | 53 | 43 | D | 0 | 13 | 43 | 65 | B | 1D |
| Octal | 110 | 123 | 103 | 15 | 0 | 23 | 103 | 145 | 13 | 35 |
| Binary | 1001000 | 1010011 | 1000011 | 1101 | 0 | 10011 | 1000011 | 1100101 | 1011 | 11101 |
Color Harmonies of #485343
Complementary color
Monochromatic Colors of #485343
Black with #485343
Text Example
Text Example
White with #485343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485343; }
p { color: rgb(72,83,67); }
H1.HeaderClassName
{
color: #485343;
}
.AnyTagClassName
{
color: #485343;
}
</style>
background-color css
<style>
a { background-color: #485343; }
a { background-color: rgb(72,83,67); }
div.DivClassName
{
background-color: #485343;
}
.BgClassName
{
background-color: #485343;
}
</style>
border-color css
<style>
span { border-color: #485343; }
span { border-color: rgb(72,83,67); }
td.TdClassName
{
border-color: #485343;
}
.TagClassName
{
border-color: #485343;
}
</style>