Html Css Color HEX #523245 Loulou

📋 copy color: '#523245'

red 82 ◦ green 50 ◦ blue 69

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

Shades of Loulou #523245

Tints of Loulou #523245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 69 (27.34% from 255) = 34.33%

R = 40.8%
G = 24.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523245 (or 0x523245) is known color: Loulou. HEX triplet: 52, 32 and 45. RGB value is (82,50,69). Sum of RGB (Red+Green+Blue) = 82+50+69=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523245 is #ADCDBA. Grayscale: #3D3D3D. Windows color (decimal): -11390395 or 4534866. OLE color: 4534866.

HSL color Cylindrical-coordinate representation of color #523245: hue angle of 324.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523245 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 69 -
CMYK 0 0.39 0.16 0.68
HSL 324.38º 0.24% 0.26% -
HSV(B) 324.38º 0.39% 0.32% -
XYZ 5.69 4.5 6.2 -
YUV 61.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 82 50 69 0 0.39 0.16 0.68 324.38 0.24 0.26
Hex 52 32 45 0 27 10 44 144 18 1A
Octal 122 62 105 0 47 20 104 504 30 32
Binary 1010010 110010 1000101 0 100111 10000 1000100 101000100 11000 11010

Color Harmonies of #523245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523245

Black with #523245

Text Example


Text Example

White with #523245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523245; }

 p { color: rgb(82,50,69); }

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

background-color css

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

 a { background-color: rgb(82,50,69); }

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

border-color css

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

 span { border-color: rgb(82,50,69); }

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