#53312D

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

Shades of Espresso #53312D

Tints of Espresso #53312D

Color information

#53312D (or 0x53312D) is unknown color: approx Espresso. HEX triplet: 53, 31 and 2D. RGB value is (83,49,45). Sum of RGB (Red+Green+Blue) = 83+49+45=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53312D is #ACCED2. Grayscale: #3A3A3A. Windows color (decimal): -11325139 or 2961747. OLE color: 2961747.

HSL color Cylindrical-coordinate representation of color #53312D: hue angle of 6.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53312D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB834945-
CMYK00.410.460.67
HSL6.32º29.69%25.1%-
HSV(B)6.32º45.78%32.55%-
XYZ5.144.233.03-
YUV58.71120.26145.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=46.89%
G=27.68%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83494500.410.460.676.3229.6925.1
Hex53312D0292E4361e19
Octal12361550515610363631
Binary1010011110001101101010100110111010000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53312D; }

 p { color: rgb(83,49,45); }

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

<style>
 a { background-color: #53312D; }

 a { background-color: rgb(83,49,45); }

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

<style>
 span { border-color: #53312D; }

 span { border-color: rgb(83,49,45); }

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