Shades of Paco #4E3B34
Tints of Paco #4E3B34
RGB
CMYK
RGB Variations
Color information
#4E3B34 (or 0x4E3B34) is known color: Paco. HEX triplet: 4E, 3B and 34. RGB value is (78,59,52). Sum of RGB (Red+Green+Blue) = 78+59+52=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B34 is #B1C4CB. Grayscale: #3F3F3F. Windows color (decimal): -11650252 or 3423054. OLE color: 3423054.
HSL color Cylindrical-coordinate representation of color #4E3B34: hue angle of 16.15º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3B34 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 52 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.69 |
| HSL | 16.15º | 0.2% | 0.25% | - |
| HSV(B) | 16.15º | 0.33% | 0.31% | - |
| XYZ | 5.33 | 5 | 3.93 | - |
| YUV | 63.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 52 | 0 | 0.24 | 0.33 | 0.69 | 16.15 | 0.2 | 0.25 |
| Hex | 4E | 3B | 34 | 0 | 18 | 21 | 45 | 10 | 14 | 19 |
| Octal | 116 | 73 | 64 | 0 | 30 | 41 | 105 | 20 | 24 | 31 |
| Binary | 1001110 | 111011 | 110100 | 0 | 11000 | 100001 | 1000101 | 10000 | 10100 | 11001 |
Color Harmonies of #4E3B34
Complementary color
Monochromatic Colors of #4E3B34
Black with #4E3B34
Text Example
Text Example
White with #4E3B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B34; }
p { color: rgb(78,59,52); }
H1.HeaderClassName
{
color: #4E3B34;
}
.AnyTagClassName
{
color: #4E3B34;
}
</style>
background-color css
<style>
a { background-color: #4E3B34; }
a { background-color: rgb(78,59,52); }
div.DivClassName
{
background-color: #4E3B34;
}
.BgClassName
{
background-color: #4E3B34;
}
</style>
border-color css
<style>
span { border-color: #4E3B34; }
span { border-color: rgb(78,59,52); }
td.TdClassName
{
border-color: #4E3B34;
}
.TagClassName
{
border-color: #4E3B34;
}
</style>