#542545

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

Shades of Loulou #542545

Tints of Loulou #542545

Color information

#542545 (or 0x542545) is unknown color: approx Loulou. HEX triplet: 54, 25 and 45. RGB value is (84,37,69). Sum of RGB (Red+Green+Blue) = 84+37+69=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542545 is #ABDABA. Grayscale: #363636. Windows color (decimal): -11262651 or 4531540. OLE color: 4531540.

HSL color Cylindrical-coordinate representation of color #542545: hue angle of 319.15º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542545 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB843769-
CMYK00.560.180.67
HSL319.15º38.84%23.73%-
HSV(B)319.15º55.95%32.94%-
XYZ5.393.646.05-
YUV54.7136.07148.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=44.21%
G=19.47%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84376900.560.180.67319.1538.8423.73
Hex542545038124313f2718
Octal12445105070221034774730
Binary10101001001011000101011100010010100001110011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542545; }

 p { color: rgb(84,37,69); }

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

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

 a { background-color: rgb(84,37,69); }

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

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

 span { border-color: rgb(84,37,69); }

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