Html Css Color HEX #523748 Loulou

📋 copy color: '#523748'

red 82 ◦ green 55 ◦ blue 72

#523748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #523748

Tints of Loulou #523748

RGB

 RED value IS 82 (32.42% from 255) = 39.23%

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 39.23%
G = 26.32%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523748 (or 0x523748) is known color: Loulou. HEX triplet: 52, 37 and 48. RGB value is (82,55,72). Sum of RGB (Red+Green+Blue) = 82+55+72=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523748 is #ADC8B7. Grayscale: #404040. Windows color (decimal): -11389112 or 4732754. OLE color: 4732754.

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

Color convert

RGB 82 55 72 -
CMYK 0 0.33 0.12 0.68
HSL 322.22º 0.2% 0.27% -
HSV(B) 322.22º 0.33% 0.32% -
XYZ 6.02 4.99 6.78 -
YUV 65.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 82 55 72 0 0.33 0.12 0.68 322.22 0.2 0.27
Hex 52 37 48 0 21 C 44 142 14 1B
Octal 122 67 110 0 41 14 104 502 24 33
Binary 1010010 110111 1001000 0 100001 1100 1000100 101000010 10100 11011

Color Harmonies of #523748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523748

Black with #523748

Text Example


Text Example

White with #523748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523748; }

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

 H1.HeaderClassName
 {
   color: #523748;
 }
 .AnyTagClassName
 {
   color: #523748;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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