#493247

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

Shades of Loulou #493247

Tints of Loulou #493247

Color information

#493247 (or 0x493247) is unknown color: approx Loulou. HEX triplet: 49, 32 and 47. RGB value is (73,50,71). Sum of RGB (Red+Green+Blue) = 73+50+71=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #493247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493247 is #B6CDB8. Grayscale: #3B3B3B. Windows color (decimal): -11980217 or 4665929. OLE color: 4665929.

HSL color Cylindrical-coordinate representation of color #493247: hue angle of 305.22º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493247 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB735071-
CMYK00.320.030.71
HSL305.22º18.7%24.12%-
HSV(B)305.22º31.51%28.63%-
XYZ5.034.156.5-
YUV59.27134.62137.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=37.63%
G=25.77%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73507100.320.030.71305.2218.724.12
Hex4932470203471311318
Octal1116210704031074612330
Binary1001001110010100011101000001110001111001100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493247; }

 p { color: rgb(73,50,71); }

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

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

 a { background-color: rgb(73,50,71); }

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

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

 span { border-color: rgb(73,50,71); }

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