Shades of Paco #4C3D36
Tints of Paco #4C3D36
RGB
CMYK
RGB Variations
Color information
#4C3D36 (or 0x4C3D36) is known color: Paco. HEX triplet: 4C, 3D and 36. RGB value is (76,61,54). Sum of RGB (Red+Green+Blue) = 76+61+54=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D36 is #B3C2C9. Grayscale: #404040. Windows color (decimal): -11780810 or 3554636. OLE color: 3554636.
HSL color Cylindrical-coordinate representation of color #4C3D36: hue angle of 19.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C3D36 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 54 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.70 |
| HSL | 19.09º | 0.17% | 0.25% | - |
| HSV(B) | 19.09º | 0.29% | 0.3% | - |
| XYZ | 5.32 | 5.14 | 4.2 | - |
| YUV | 64.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 54 | 0 | 0.20 | 0.29 | 0.70 | 19.09 | 0.17 | 0.25 |
| Hex | 4C | 3D | 36 | 0 | 14 | 1D | 46 | 13 | 11 | 19 |
| Octal | 114 | 75 | 66 | 0 | 24 | 35 | 106 | 23 | 21 | 31 |
| Binary | 1001100 | 111101 | 110110 | 0 | 10100 | 11101 | 1000110 | 10011 | 10001 | 11001 |
Color Harmonies of #4C3D36
Complementary color
Monochromatic Colors of #4C3D36
Black with #4C3D36
Text Example
Text Example
White with #4C3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D36; }
p { color: rgb(76,61,54); }
H1.HeaderClassName
{
color: #4C3D36;
}
.AnyTagClassName
{
color: #4C3D36;
}
</style>
background-color css
<style>
a { background-color: #4C3D36; }
a { background-color: rgb(76,61,54); }
div.DivClassName
{
background-color: #4C3D36;
}
.BgClassName
{
background-color: #4C3D36;
}
</style>
border-color css
<style>
span { border-color: #4C3D36; }
span { border-color: rgb(76,61,54); }
td.TdClassName
{
border-color: #4C3D36;
}
.TagClassName
{
border-color: #4C3D36;
}
</style>