#53322A

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

Shades of Espresso #53322A

Tints of Espresso #53322A

Color information

#53322A (or 0x53322A) is unknown color: approx Espresso. HEX triplet: 53, 32 and 2A. RGB value is (83,50,42). Sum of RGB (Red+Green+Blue) = 83+50+42=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322A is #ACCDD5. Grayscale: #3B3B3B. Windows color (decimal): -11324886 or 2765395. OLE color: 2765395.

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

Color convert

RGB835042-
CMYK00.400.490.67
HSL11.71º32.8%24.51%-
HSV(B)11.71º49.4%32.55%-
XYZ5.134.292.75-
YUV58.96118.43145.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 42 (16.80% from 255) = 24%
R=47.43%
G=28.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504200.400.490.6711.7132.824.51
Hex53322A0283143c2119
Octal123625205061103144131
Binary101001111001010101001010001100011000011110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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