Shades of Paco #4E4036
Tints of Paco #4E4036
RGB
CMYK
RGB Variations
Color information
#4E4036 (or 0x4E4036) is known color: Paco. HEX triplet: 4E, 40 and 36. RGB value is (78,64,54). Sum of RGB (Red+Green+Blue) = 78+64+54=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4036 is #B1BFC9. Grayscale: #434343. Windows color (decimal): -11648970 or 3555406. OLE color: 3555406.
HSL color Cylindrical-coordinate representation of color #4E4036: hue angle of 25º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E4036 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 54 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.69 |
| HSL | 25º | 0.18% | 0.26% | - |
| HSV(B) | 25º | 0.31% | 0.31% | - |
| XYZ | 5.64 | 5.55 | 4.26 | - |
| YUV | 67.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 54 | 0 | 0.18 | 0.31 | 0.69 | 25 | 0.18 | 0.26 |
| Hex | 4E | 40 | 36 | 0 | 12 | 1F | 45 | 19 | 12 | 1A |
| Octal | 116 | 100 | 66 | 0 | 22 | 37 | 105 | 31 | 22 | 32 |
| Binary | 1001110 | 1000000 | 110110 | 0 | 10010 | 11111 | 1000101 | 11001 | 10010 | 11010 |
Color Harmonies of #4E4036
Complementary color
Monochromatic Colors of #4E4036
Black with #4E4036
Text Example
Text Example
White with #4E4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4036; }
p { color: rgb(78,64,54); }
H1.HeaderClassName
{
color: #4E4036;
}
.AnyTagClassName
{
color: #4E4036;
}
</style>
background-color css
<style>
a { background-color: #4E4036; }
a { background-color: rgb(78,64,54); }
div.DivClassName
{
background-color: #4E4036;
}
.BgClassName
{
background-color: #4E4036;
}
</style>
border-color css
<style>
span { border-color: #4E4036; }
span { border-color: rgb(78,64,54); }
td.TdClassName
{
border-color: #4E4036;
}
.TagClassName
{
border-color: #4E4036;
}
</style>