#4C3A48

Color #4C3A48 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4C3A48

Tints of Loulou #4C3A48

Color information

#4C3A48 (or 0x4C3A48) is unknown color: approx Loulou. HEX triplet: 4C, 3A and 48. RGB value is (76,58,72). Sum of RGB (Red+Green+Blue) = 76+58+72=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A48 is #B3C5B7. Grayscale: #404040. Windows color (decimal): -11781560 or 4733516. OLE color: 4733516.

HSL color Cylindrical-coordinate representation of color #4C3A48: hue angle of 313.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C3A48 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB765872-
CMYK00.240.050.70
HSL313.33º13.43%26.27%-
HSV(B)313.33º23.68%29.8%-
XYZ5.665.036.8-
YUV64.98131.96135.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=36.89%
G=28.16%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76587200.240.050.70313.3313.4326.27
Hex4C3A48018546139d1a
Octal1147211003051064711532
Binary100110011101010010000110001011000110100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3A48; }

 p { color: rgb(76,58,72); }

 H1.HeaderClassName
 {
   color: #4C3A48;
 }
 .AnyTagClassName
 {
   color: #4C3A48;
 }
</style>
background-color css

<style>
 a { background-color: #4C3A48; }

 a { background-color: rgb(76,58,72); }

 div.DivClassName
 {
   background-color: #4C3A48;
 }
 .BgClassName
 {
   background-color: #4C3A48;
 }
</style>
border-color css

<style>
 span { border-color: #4C3A48; }

 span { border-color: rgb(76,58,72); }

 td.TdClassName
 {
   border-color: #4C3A48;
 }
 .TagClassName
 {
   border-color: #4C3A48;
 }
</style>