Shades of Loulou #4C3445
Tints of Loulou #4C3445
RGB
CMYK
RGB Variations
Color information
#4C3445 (or 0x4C3445) is known color: Loulou. HEX triplet: 4C, 34 and 45. RGB value is (76,52,69). Sum of RGB (Red+Green+Blue) = 76+52+69=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3445 is #B3CBBA. Grayscale: #3D3D3D. Windows color (decimal): -11783099 or 4535372. OLE color: 4535372.
HSL color Cylindrical-coordinate representation of color #4C3445: hue angle of 317.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C3445 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 69 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.70 |
| HSL | 317.5º | 0.19% | 0.25% | - |
| HSV(B) | 317.5º | 0.32% | 0.3% | - |
| XYZ | 5.28 | 4.42 | 6.21 | - |
| YUV | 61.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 69 | 0 | 0.32 | 0.09 | 0.70 | 317.5 | 0.19 | 0.25 |
| Hex | 4C | 34 | 45 | 0 | 20 | 9 | 46 | 13E | 13 | 19 |
| Octal | 114 | 64 | 105 | 0 | 40 | 11 | 106 | 476 | 23 | 31 |
| Binary | 1001100 | 110100 | 1000101 | 0 | 100000 | 1001 | 1000110 | 100111110 | 10011 | 11001 |
Color Harmonies of #4C3445
Complementary color
Monochromatic Colors of #4C3445
Black with #4C3445
Text Example
Text Example
White with #4C3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3445; }
p { color: rgb(76,52,69); }
H1.HeaderClassName
{
color: #4C3445;
}
.AnyTagClassName
{
color: #4C3445;
}
</style>
background-color css
<style>
a { background-color: #4C3445; }
a { background-color: rgb(76,52,69); }
div.DivClassName
{
background-color: #4C3445;
}
.BgClassName
{
background-color: #4C3445;
}
</style>
border-color css
<style>
span { border-color: #4C3445; }
span { border-color: rgb(76,52,69); }
td.TdClassName
{
border-color: #4C3445;
}
.TagClassName
{
border-color: #4C3445;
}
</style>