#53322F

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

Shades of Espresso #53322F

Tints of Espresso #53322F

Color information

#53322F (or 0x53322F) is unknown color: approx Espresso. HEX triplet: 53, 32 and 2F. RGB value is (83,50,47). Sum of RGB (Red+Green+Blue) = 83+50+47=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322F is #ACCDD0. Grayscale: #3B3B3B. Windows color (decimal): -11324881 or 3093075. OLE color: 3093075.

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

Color convert

RGB835047-
CMYK00.400.430.67
HSL27.69%25.49%-
HSV(B)43.37%32.55%-
XYZ5.224.333.25-
YUV59.53120.93144.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=46.11%
G=27.78%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504700.400.430.67527.6925.49
Hex53322F0282B4351c19
Octal12362570505310353431
Binary1010011110010101111010100010101110000111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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