Html Css Color HEX #523948 Loulou

📋 copy color: '#523948'

red 82 ◦ green 57 ◦ blue 72

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

Shades of Loulou #523948

Tints of Loulou #523948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 38.86%
G = 27.01%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523948 (or 0x523948) is known color: Loulou. HEX triplet: 52, 39 and 48. RGB value is (82,57,72). Sum of RGB (Red+Green+Blue) = 82+57+72=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523948 is #ADC6B7. Grayscale: #424242. Windows color (decimal): -11388600 or 4733266. OLE color: 4733266.

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

Color convert

RGB 82 57 72 -
CMYK 0 0.30 0.12 0.68
HSL 324º 0.18% 0.27% -
HSV(B) 324º 0.3% 0.32% -
XYZ 6.11 5.19 6.81 -
YUV 66.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 82 57 72 0 0.30 0.12 0.68 324 0.18 0.27
Hex 52 39 48 0 1E C 44 144 12 1B
Octal 122 71 110 0 36 14 104 504 22 33
Binary 1010010 111001 1001000 0 11110 1100 1000100 101000100 10010 11011

Color Harmonies of #523948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523948

Black with #523948

Text Example


Text Example

White with #523948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523948; }

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

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

background-color css

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

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

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

border-color css

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

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

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