#53322E

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

Shades of Espresso #53322E

Tints of Espresso #53322E

Color information

#53322E (or 0x53322E) is unknown color: approx Espresso. HEX triplet: 53, 32 and 2E. RGB value is (83,50,46). Sum of RGB (Red+Green+Blue) = 83+50+46=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322E is #ACCDD1. Grayscale: #3B3B3B. Windows color (decimal): -11324882 or 3027539. OLE color: 3027539.

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

Color convert

RGB835046-
CMYK00.400.450.67
HSL6.49º28.68%25.29%-
HSV(B)6.49º44.58%32.55%-
XYZ5.24.323.14-
YUV59.41120.43144.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=46.37%
G=27.93%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504600.400.450.676.4928.6825.29
Hex53322E0282D4361d19
Octal12362560505510363531
Binary1010011110010101110010100010110110000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53322E; }

 p { color: rgb(83,50,46); }

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

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

 a { background-color: rgb(83,50,46); }

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

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

 span { border-color: rgb(83,50,46); }

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