#492C48

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

Shades of Loulou #492C48

Tints of Loulou #492C48

Color information

#492C48 (or 0x492C48) is unknown color: approx Loulou. HEX triplet: 49, 2C and 48. RGB value is (73,44,72). Sum of RGB (Red+Green+Blue) = 73+44+72=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #492C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C48 is #B6D3B7. Grayscale: #373737. Windows color (decimal): -11981752 or 4729929. OLE color: 4729929.

HSL color Cylindrical-coordinate representation of color #492C48: hue angle of 302.07º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C48 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB734472-
CMYK00.400.010.71
HSL302.07º24.79%22.94%-
HSV(B)302.07º39.73%28.63%-
XYZ4.823.696.59-
YUV55.86137.11140.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=38.62%
G=23.28%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73447200.400.010.71302.0724.7922.94
Hex492C4802814712e1917
Octal1115411005011074563127
Binary100100110110010010000101000110001111001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C48; }

 p { color: rgb(73,44,72); }

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

<style>
 a { background-color: #492C48; }

 a { background-color: rgb(73,44,72); }

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

<style>
 span { border-color: #492C48; }

 span { border-color: rgb(73,44,72); }

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