Shades of Cabbage Pont #44513A
Tints of Cabbage Pont #44513A
RGB
CMYK
RGB Variations
Color information
#44513A (or 0x44513A) is known color: Cabbage Pont. HEX triplet: 44, 51 and 3A. RGB value is (68,81,58). Sum of RGB (Red+Green+Blue) = 68+81+58=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #44513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44513A is #BBAEC5. Grayscale: #4A4A4A. Windows color (decimal): -12299974 or 3821892. OLE color: 3821892.
HSL color Cylindrical-coordinate representation of color #44513A: hue angle of 93.91º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44513A is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 58 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.68 |
| HSL | 93.91º | 0.17% | 0.27% | - |
| HSV(B) | 93.91º | 0.28% | 0.32% | - |
| XYZ | 6.09 | 7.42 | 5.11 | - |
| YUV | 74.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 58 | 0.16 | 0 | 0.28 | 0.68 | 93.91 | 0.17 | 0.27 |
| Hex | 44 | 51 | 3A | 10 | 0 | 1C | 44 | 5E | 11 | 1B |
| Octal | 104 | 121 | 72 | 20 | 0 | 34 | 104 | 136 | 21 | 33 |
| Binary | 1000100 | 1010001 | 111010 | 10000 | 0 | 11100 | 1000100 | 1011110 | 10001 | 11011 |
Color Harmonies of #44513A
Complementary color
Monochromatic Colors of #44513A
Black with #44513A
Text Example
Text Example
White with #44513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44513A; }
p { color: rgb(68,81,58); }
H1.HeaderClassName
{
color: #44513A;
}
.AnyTagClassName
{
color: #44513A;
}
</style>
background-color css
<style>
a { background-color: #44513A; }
a { background-color: rgb(68,81,58); }
div.DivClassName
{
background-color: #44513A;
}
.BgClassName
{
background-color: #44513A;
}
</style>
border-color css
<style>
span { border-color: #44513A; }
span { border-color: rgb(68,81,58); }
td.TdClassName
{
border-color: #44513A;
}
.TagClassName
{
border-color: #44513A;
}
</style>