#54344A

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

Shades of Loulou #54344A

Tints of Loulou #54344A

Color information

#54344A (or 0x54344A) is unknown color: approx Loulou. HEX triplet: 54, 34 and 4A. RGB value is (84,52,74). Sum of RGB (Red+Green+Blue) = 84+52+74=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54344A is #ABCBB5. Grayscale: #404040. Windows color (decimal): -11258806 or 4863060. OLE color: 4863060.

HSL color Cylindrical-coordinate representation of color #54344A: hue angle of 318.75º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54344A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB845274-
CMYK00.380.120.67
HSL318.75º23.53%26.67%-
HSV(B)318.75º38.1%32.94%-
XYZ6.124.847.09-
YUV64.08133.6142.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=40%
G=24.76%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84527400.380.120.67318.7523.5326.67
Hex54344A026C4313f181b
Octal12464112046141034773033
Binary101010011010010010100100110110010000111001111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54344A; }

 p { color: rgb(84,52,74); }

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

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

 a { background-color: rgb(84,52,74); }

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

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

 span { border-color: rgb(84,52,74); }

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