#54322C

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

Shades of Espresso #54322C

Tints of Espresso #54322C

Color information

#54322C (or 0x54322C) is unknown color: approx Espresso. HEX triplet: 54, 32 and 2C. RGB value is (84,50,44). Sum of RGB (Red+Green+Blue) = 84+50+44=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54322C is #ABCDD3. Grayscale: #3B3B3B. Windows color (decimal): -11259348 or 2896468. OLE color: 2896468.

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

Color convert

RGB845044-
CMYK00.400.480.67
HSL31.25%25.1%-
HSV(B)47.62%32.94%-
XYZ5.254.352.95-
YUV59.48119.26145.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=47.19%
G=28.09%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84504400.400.480.67931.2525.1
Hex54322C028304391f19
Octal124625405060103113731
Binary10101001100101011000101000110000100001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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