#4D3449

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

Shades of Loulou #4D3449

Tints of Loulou #4D3449

Color information

#4D3449 (or 0x4D3449) is unknown color: approx Loulou. HEX triplet: 4D, 34 and 49. RGB value is (77,52,73). Sum of RGB (Red+Green+Blue) = 77+52+73=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3449 is #B2CBB6. Grayscale: #3D3D3D. Windows color (decimal): -11717559 or 4797517. OLE color: 4797517.

HSL color Cylindrical-coordinate representation of color #4D3449: hue angle of 309.6º 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 #4D3449 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB775273-
CMYK00.320.050.70
HSL309.6º19.38%25.29%-
HSV(B)309.6º32.47%30.2%-
XYZ5.494.516.89-
YUV61.87134.28138.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=38.12%
G=25.74%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77527300.320.050.70309.619.3825.29
Hex4D34490205461361319
Octal1156411104051064662331
Binary10011011101001001001010000010110001101001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,73); }

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

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

 a { background-color: rgb(77,52,73); }

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

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

 span { border-color: rgb(77,52,73); }

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