#54322A

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

Shades of Espresso #54322A

Tints of Espresso #54322A

Color information

#54322A (or 0x54322A) is unknown color: approx Espresso. HEX triplet: 54, 32 and 2A. RGB value is (84,50,42). Sum of RGB (Red+Green+Blue) = 84+50+42=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54322A is #ABCDD5. Grayscale: #3B3B3B. Windows color (decimal): -11259350 or 2765396. OLE color: 2765396.

HSL color Cylindrical-coordinate representation of color #54322A: hue angle of 11.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54322A is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB845042-
CMYK00.400.50.67
HSL11.43º33.33%24.71%-
HSV(B)11.43º50%32.94%-
XYZ5.214.332.75-
YUV59.25118.26145.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=47.73%
G=28.41%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84504200.400.50.6711.4333.3324.71
Hex54322A0283243b2119
Octal124625205062103134131
Binary101010011001010101001010001100101000011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,50,42); }

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

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

 a { background-color: rgb(84,50,42); }

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

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

 span { border-color: rgb(84,50,42); }

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