#53342D

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

Shades of Espresso #53342D

Tints of Espresso #53342D

Color information

#53342D (or 0x53342D) is unknown color: approx Espresso. HEX triplet: 53, 34 and 2D. RGB value is (83,52,45). Sum of RGB (Red+Green+Blue) = 83+52+45=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342D is #ACCBD2. Grayscale: #3C3C3C. Windows color (decimal): -11324371 or 2962515. OLE color: 2962515.

HSL color Cylindrical-coordinate representation of color #53342D: hue angle of 11.05º 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 #53342D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB835245-
CMYK00.370.460.67
HSL11.05º29.69%25.1%-
HSV(B)11.05º45.78%32.55%-
XYZ5.274.483.07-
YUV60.47119.27144.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 45 (17.97% from 255) = 25%
R=46.11%
G=28.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83524500.370.460.6711.0529.6925.1
Hex53342D0252E43b1e19
Octal123645504556103133631
Binary10100111101001011010100101101110100001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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