#523848

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

Shades of Loulou #523848

Tints of Loulou #523848

Color information

#523848 (or 0x523848) is unknown color: approx Loulou. HEX triplet: 52, 38 and 48. RGB value is (82,56,72). Sum of RGB (Red+Green+Blue) = 82+56+72=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #523848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523848 is #ADC7B7. Grayscale: #414141. Windows color (decimal): -11388856 or 4733010. OLE color: 4733010.

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

Color convert

RGB825672-
CMYK00.320.120.68
HSL323.08º18.84%27.06%-
HSV(B)323.08º31.71%32.16%-
XYZ6.065.096.79-
YUV65.6131.61139.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=39.05%
G=26.67%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82567200.320.120.68323.0818.8427.06
Hex523848020C44143131b
Octal12270110040141045032333
Binary101001011100010010000100000110010001001010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523848; }

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

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

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

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

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

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

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

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