Shades of Loulou #4C3548
Tints of Loulou #4C3548
RGB
CMYK
RGB Variations
Color information
#4C3548 (or 0x4C3548) is known color: Loulou. HEX triplet: 4C, 35 and 48. RGB value is (76,53,72). Sum of RGB (Red+Green+Blue) = 76+53+72=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3548 is #B3CAB7. Grayscale: #3D3D3D. Windows color (decimal): -11782840 or 4732236. OLE color: 4732236.
HSL color Cylindrical-coordinate representation of color #4C3548: hue angle of 310.43º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C3548 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 72 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.70 |
| HSL | 310.43º | 0.18% | 0.25% | - |
| HSV(B) | 310.43º | 0.3% | 0.3% | - |
| XYZ | 5.42 | 4.55 | 6.72 | - |
| YUV | 62.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 72 | 0 | 0.30 | 0.05 | 0.70 | 310.43 | 0.18 | 0.25 |
| Hex | 4C | 35 | 48 | 0 | 1E | 5 | 46 | 136 | 12 | 19 |
| Octal | 114 | 65 | 110 | 0 | 36 | 5 | 106 | 466 | 22 | 31 |
| Binary | 1001100 | 110101 | 1001000 | 0 | 11110 | 101 | 1000110 | 100110110 | 10010 | 11001 |
Color Harmonies of #4C3548
Complementary color
Monochromatic Colors of #4C3548
Black with #4C3548
Text Example
Text Example
White with #4C3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3548; }
p { color: rgb(76,53,72); }
H1.HeaderClassName
{
color: #4C3548;
}
.AnyTagClassName
{
color: #4C3548;
}
</style>
background-color css
<style>
a { background-color: #4C3548; }
a { background-color: rgb(76,53,72); }
div.DivClassName
{
background-color: #4C3548;
}
.BgClassName
{
background-color: #4C3548;
}
</style>
border-color css
<style>
span { border-color: #4C3548; }
span { border-color: rgb(76,53,72); }
td.TdClassName
{
border-color: #4C3548;
}
.TagClassName
{
border-color: #4C3548;
}
</style>