#4A3946

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

Shades of Loulou #4A3946

Tints of Loulou #4A3946

Color information

#4A3946 (or 0x4A3946) is unknown color: approx Loulou. HEX triplet: 4A, 39 and 46. RGB value is (74,57,70). Sum of RGB (Red+Green+Blue) = 74+57+70=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3946 is #B5C6B9. Grayscale: #3F3F3F. Windows color (decimal): -11912890 or 4602186. OLE color: 4602186.

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

Color convert

RGB745770-
CMYK00.230.050.71
HSL314.12º12.98%25.69%-
HSV(B)314.12º22.97%29.02%-
XYZ5.394.826.44-
YUV63.56131.63135.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=36.82%
G=28.36%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74577000.230.050.71314.1212.9825.69
Hex4A394601754713ad1a
Octal1127110602751074721532
Binary100101011100110001100101111011000111100111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,70); }

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

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

 a { background-color: rgb(74,57,70); }

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

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

 span { border-color: rgb(74,57,70); }

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