#493C45

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

Shades of Loulou #493C45

Tints of Loulou #493C45

Color information

#493C45 (or 0x493C45) is unknown color: approx Loulou. HEX triplet: 49, 3C and 45. RGB value is (73,60,69). Sum of RGB (Red+Green+Blue) = 73+60+69=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #493C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C45 is #B6C3BA. Grayscale: #404040. Windows color (decimal): -11977659 or 4537417. OLE color: 4537417.

HSL color Cylindrical-coordinate representation of color #493C45: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #493C45 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB736069-
CMYK00.180.050.71
HSL318.46º9.77%26.08%-
HSV(B)318.46º17.81%28.63%-
XYZ5.445.086.32-
YUV64.91130.31133.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=36.14%
G=29.70%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73606900.180.050.71318.469.7726.08
Hex493C4501254713ea1a
Octal1117410502251074761232
Binary100100111110010001010100101011000111100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493C45; }

 p { color: rgb(73,60,69); }

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

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

 a { background-color: rgb(73,60,69); }

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

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

 span { border-color: rgb(73,60,69); }

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