#523548

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

Shades of Loulou #523548

Tints of Loulou #523548

Color information

#523548 (or 0x523548) is unknown color: approx Loulou. HEX triplet: 52, 35 and 48. RGB value is (82,53,72). Sum of RGB (Red+Green+Blue) = 82+53+72=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523548 is #ADCAB7. Grayscale: #3F3F3F. Windows color (decimal): -11389624 or 4732242. OLE color: 4732242.

HSL color Cylindrical-coordinate representation of color #523548: hue angle of 320.69º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523548 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB825372-
CMYK00.350.120.68
HSL320.69º21.48%26.47%-
HSV(B)320.69º35.37%32.16%-
XYZ5.924.816.75-
YUV63.84132.61140.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=39.61%
G=25.60%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82537200.350.120.68320.6921.4826.47
Hex523548023C44141151a
Octal12265110043141045012532
Binary101001011010110010000100011110010001001010000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523548; }

 p { color: rgb(82,53,72); }

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

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

 a { background-color: rgb(82,53,72); }

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

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

 span { border-color: rgb(82,53,72); }

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