#523045

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

Shades of Loulou #523045

Tints of Loulou #523045

Color information

#523045 (or 0x523045) is unknown color: approx Loulou. HEX triplet: 52, 30 and 45. RGB value is (82,48,69). Sum of RGB (Red+Green+Blue) = 82+48+69=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523045 is #ADCFBA. Grayscale: #3C3C3C. Windows color (decimal): -11390907 or 4534354. OLE color: 4534354.

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

Color convert

RGB824869-
CMYK00.410.160.68
HSL322.94º26.15%25.49%-
HSV(B)322.94º41.46%32.16%-
XYZ5.614.346.17-
YUV60.56132.76143.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=41.21%
G=24.12%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82486900.410.160.68322.9426.1525.49
Hex52304502910441431a19
Octal12260105051201045033231
Binary1010010110000100010101010011000010001001010000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523045; }

 p { color: rgb(82,48,69); }

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

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

 a { background-color: rgb(82,48,69); }

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

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

 span { border-color: rgb(82,48,69); }

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