Shades of Loulou #4E3545
Tints of Loulou #4E3545
RGB
CMYK
RGB Variations
Color information
#4E3545 (or 0x4E3545) is known color: Loulou. HEX triplet: 4E, 35 and 45. RGB value is (78,53,69). Sum of RGB (Red+Green+Blue) = 78+53+69=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3545 is #B1CABA. Grayscale: #3E3E3E. Windows color (decimal): -11651771 or 4535630. OLE color: 4535630.
HSL color Cylindrical-coordinate representation of color #4E3545: hue angle of 321.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E3545 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 69 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.69 |
| HSL | 321.6º | 0.19% | 0.26% | - |
| HSV(B) | 321.6º | 0.32% | 0.31% | - |
| XYZ | 5.49 | 4.6 | 6.23 | - |
| YUV | 62.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 69 | 0 | 0.32 | 0.12 | 0.69 | 321.6 | 0.19 | 0.26 |
| Hex | 4E | 35 | 45 | 0 | 20 | C | 45 | 142 | 13 | 1A |
| Octal | 116 | 65 | 105 | 0 | 40 | 14 | 105 | 502 | 23 | 32 |
| Binary | 1001110 | 110101 | 1000101 | 0 | 100000 | 1100 | 1000101 | 101000010 | 10011 | 11010 |
Color Harmonies of #4E3545
Complementary color
Monochromatic Colors of #4E3545
Black with #4E3545
Text Example
Text Example
White with #4E3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3545; }
p { color: rgb(78,53,69); }
H1.HeaderClassName
{
color: #4E3545;
}
.AnyTagClassName
{
color: #4E3545;
}
</style>
background-color css
<style>
a { background-color: #4E3545; }
a { background-color: rgb(78,53,69); }
div.DivClassName
{
background-color: #4E3545;
}
.BgClassName
{
background-color: #4E3545;
}
</style>
border-color css
<style>
span { border-color: #4E3545; }
span { border-color: rgb(78,53,69); }
td.TdClassName
{
border-color: #4E3545;
}
.TagClassName
{
border-color: #4E3545;
}
</style>