Shades of Paco #4C4441
Tints of Paco #4C4441
RGB
CMYK
RGB Variations
Color information
#4C4441 (or 0x4C4441) is known color: Paco. HEX triplet: 4C, 44 and 41. RGB value is (76,68,65). Sum of RGB (Red+Green+Blue) = 76+68+65=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4441 is #B3BBBE. Grayscale: #464646. Windows color (decimal): -11779007 or 4277324. OLE color: 4277324.
HSL color Cylindrical-coordinate representation of color #4C4441: hue angle of 16.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4441 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 65 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.70 |
| HSL | 16.36º | 0.08% | 0.28% | - |
| HSV(B) | 16.36º | 0.14% | 0.3% | - |
| XYZ | 6 | 6.05 | 5.85 | - |
| YUV | 70.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 65 | 0 | 0.11 | 0.14 | 0.70 | 16.36 | 0.08 | 0.28 |
| Hex | 4C | 44 | 41 | 0 | B | E | 46 | 10 | 8 | 1C |
| Octal | 114 | 104 | 101 | 0 | 13 | 16 | 106 | 20 | 10 | 34 |
| Binary | 1001100 | 1000100 | 1000001 | 0 | 1011 | 1110 | 1000110 | 10000 | 1000 | 11100 |
Color Harmonies of #4C4441
Complementary color
Monochromatic Colors of #4C4441
Black with #4C4441
Text Example
Text Example
White with #4C4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4441; }
p { color: rgb(76,68,65); }
H1.HeaderClassName
{
color: #4C4441;
}
.AnyTagClassName
{
color: #4C4441;
}
</style>
background-color css
<style>
a { background-color: #4C4441; }
a { background-color: rgb(76,68,65); }
div.DivClassName
{
background-color: #4C4441;
}
.BgClassName
{
background-color: #4C4441;
}
</style>
border-color css
<style>
span { border-color: #4C4441; }
span { border-color: rgb(76,68,65); }
td.TdClassName
{
border-color: #4C4441;
}
.TagClassName
{
border-color: #4C4441;
}
</style>