#523648

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

Shades of Loulou #523648

Tints of Loulou #523648

Color information

#523648 (or 0x523648) is unknown color: approx Loulou. HEX triplet: 52, 36 and 48. RGB value is (82,54,72). Sum of RGB (Red+Green+Blue) = 82+54+72=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #523648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523648 is #ADC9B7. Grayscale: #404040. Windows color (decimal): -11389368 or 4732498. OLE color: 4732498.

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

Color convert

RGB825472-
CMYK00.340.120.68
HSL321.43º20.59%26.67%-
HSV(B)321.43º34.15%32.16%-
XYZ5.974.96.76-
YUV64.42132.28140.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=39.42%
G=25.96%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82547200.340.120.68321.4320.5926.67
Hex523648022C44141151b
Octal12266110042141045012533
Binary101001011011010010000100010110010001001010000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523648; }

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

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

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

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

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

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

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

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