#54312A

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

Shades of Espresso #54312A

Tints of Espresso #54312A

Color information

#54312A (or 0x54312A) is unknown color: approx Espresso. HEX triplet: 54, 31 and 2A. RGB value is (84,49,42). Sum of RGB (Red+Green+Blue) = 84+49+42=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54312A is #ABCED5. Grayscale: #3A3A3A. Windows color (decimal): -11259606 or 2765140. OLE color: 2765140.

HSL color Cylindrical-coordinate representation of color #54312A: hue angle of 10º 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 #54312A is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB844942-
CMYK00.420.50.67
HSL10º33.33%24.71%-
HSV(B)10º50%32.94%-
XYZ5.174.252.74-
YUV58.67118.6146.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 42 (16.80% from 255) = 24%
R=48%
G=28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84494200.420.50.671033.3324.71
Hex54312A02A3243a2119
Octal124615205262103124131
Binary101010011000110101001010101100101000011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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