#522F44

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

Shades of Loulou #522F44

Tints of Loulou #522F44

Color information

#522F44 (or 0x522F44) is unknown color: approx Loulou. HEX triplet: 52, 2F and 44. RGB value is (82,47,68). Sum of RGB (Red+Green+Blue) = 82+47+68=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #522F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F44 is #ADD0BB. Grayscale: #3B3B3B. Windows color (decimal): -11391164 or 4468562. OLE color: 4468562.

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

Color convert

RGB824768-
CMYK00.430.170.68
HSL324º27.13%25.29%-
HSV(B)324º42.68%32.16%-
XYZ5.544.246-
YUV59.86132.6143.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=41.62%
G=23.86%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82476800.430.170.6832427.1325.29
Hex522F4402B11441441b19
Octal12257104053211045043331
Binary1010010101111100010001010111000110001001010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522F44; }

 p { color: rgb(82,47,68); }

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

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

 a { background-color: rgb(82,47,68); }

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

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

 span { border-color: rgb(82,47,68); }

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