Shades of Paco #4C3E37
Tints of Paco #4C3E37
RGB
CMYK
RGB Variations
Color information
#4C3E37 (or 0x4C3E37) is known color: Paco. HEX triplet: 4C, 3E and 37. RGB value is (76,62,55). Sum of RGB (Red+Green+Blue) = 76+62+55=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E37 is #B3C1C8. Grayscale: #414141. Windows color (decimal): -11780553 or 3620428. OLE color: 3620428.
HSL color Cylindrical-coordinate representation of color #4C3E37: hue angle of 20º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C3E37 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 55 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.70 |
| HSL | 20º | 0.16% | 0.26% | - |
| HSV(B) | 20º | 0.28% | 0.3% | - |
| XYZ | 5.39 | 5.26 | 4.35 | - |
| YUV | 65.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 55 | 0 | 0.18 | 0.28 | 0.70 | 20 | 0.16 | 0.26 |
| Hex | 4C | 3E | 37 | 0 | 12 | 1C | 46 | 14 | 10 | 1A |
| Octal | 114 | 76 | 67 | 0 | 22 | 34 | 106 | 24 | 20 | 32 |
| Binary | 1001100 | 111110 | 110111 | 0 | 10010 | 11100 | 1000110 | 10100 | 10000 | 11010 |
Color Harmonies of #4C3E37
Complementary color
Monochromatic Colors of #4C3E37
Black with #4C3E37
Text Example
Text Example
White with #4C3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E37; }
p { color: rgb(76,62,55); }
H1.HeaderClassName
{
color: #4C3E37;
}
.AnyTagClassName
{
color: #4C3E37;
}
</style>
background-color css
<style>
a { background-color: #4C3E37; }
a { background-color: rgb(76,62,55); }
div.DivClassName
{
background-color: #4C3E37;
}
.BgClassName
{
background-color: #4C3E37;
}
</style>
border-color css
<style>
span { border-color: #4C3E37; }
span { border-color: rgb(76,62,55); }
td.TdClassName
{
border-color: #4C3E37;
}
.TagClassName
{
border-color: #4C3E37;
}
</style>