#523646

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

Shades of Loulou #523646

Tints of Loulou #523646

Color information

#523646 (or 0x523646) is unknown color: approx Loulou. HEX triplet: 52, 36 and 46. RGB value is (82,54,70). Sum of RGB (Red+Green+Blue) = 82+54+70=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523646 is #ADC9B9. Grayscale: #404040. Windows color (decimal): -11389370 or 4601426. OLE color: 4601426.

HSL color Cylindrical-coordinate representation of color #523646: hue angle of 325.71º 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 #523646 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB825470-
CMYK00.340.150.68
HSL325.71º20.59%26.67%-
HSV(B)325.71º34.15%32.16%-
XYZ5.94.876.42-
YUV64.2131.28140.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=39.81%
G=26.21%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82547000.340.150.68325.7120.5926.67
Hex523646022F44146151b
Octal12266106042171045062533
Binary101001011011010001100100010111110001001010001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523646; }

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

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

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

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

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

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

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

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