#53342F

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

Shades of Espresso #53342F

Tints of Espresso #53342F

Color information

#53342F (or 0x53342F) is unknown color: approx Espresso. HEX triplet: 53, 34 and 2F. RGB value is (83,52,47). Sum of RGB (Red+Green+Blue) = 83+52+47=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342F is #ACCBD0. Grayscale: #3C3C3C. Windows color (decimal): -11324369 or 3093587. OLE color: 3093587.

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

Color convert

RGB835247-
CMYK00.370.430.67
HSL8.33º27.69%25.49%-
HSV(B)8.33º43.37%32.55%-
XYZ5.314.53.28-
YUV60.7120.27143.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=45.60%
G=28.57%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83524700.370.430.678.3327.6925.49
Hex53342F0252B4381c19
Octal123645704553103103431
Binary10100111101001011110100101101011100001110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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