Shades of Paco #4E3C31
Tints of Paco #4E3C31
RGB
CMYK
RGB Variations
Color information
#4E3C31 (or 0x4E3C31) is known color: Paco. HEX triplet: 4E, 3C and 31. RGB value is (78,60,49). Sum of RGB (Red+Green+Blue) = 78+60+49=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C31 is #B1C3CE. Grayscale: #404040. Windows color (decimal): -11649999 or 3226702. OLE color: 3226702.
HSL color Cylindrical-coordinate representation of color #4E3C31: hue angle of 22.76º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3C31 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 49 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.69 |
| HSL | 22.76º | 0.23% | 0.25% | - |
| HSV(B) | 22.76º | 0.37% | 0.31% | - |
| XYZ | 5.31 | 5.07 | 3.6 | - |
| YUV | 64.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 49 | 0 | 0.23 | 0.37 | 0.69 | 22.76 | 0.23 | 0.25 |
| Hex | 4E | 3C | 31 | 0 | 17 | 25 | 45 | 17 | 17 | 19 |
| Octal | 116 | 74 | 61 | 0 | 27 | 45 | 105 | 27 | 27 | 31 |
| Binary | 1001110 | 111100 | 110001 | 0 | 10111 | 100101 | 1000101 | 10111 | 10111 | 11001 |
Color Harmonies of #4E3C31
Complementary color
Monochromatic Colors of #4E3C31
Black with #4E3C31
Text Example
Text Example
White with #4E3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C31; }
p { color: rgb(78,60,49); }
H1.HeaderClassName
{
color: #4E3C31;
}
.AnyTagClassName
{
color: #4E3C31;
}
</style>
background-color css
<style>
a { background-color: #4E3C31; }
a { background-color: rgb(78,60,49); }
div.DivClassName
{
background-color: #4E3C31;
}
.BgClassName
{
background-color: #4E3C31;
}
</style>
border-color css
<style>
span { border-color: #4E3C31; }
span { border-color: rgb(78,60,49); }
td.TdClassName
{
border-color: #4E3C31;
}
.TagClassName
{
border-color: #4E3C31;
}
</style>