#53342E

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

Shades of Espresso #53342E

Tints of Espresso #53342E

Color information

#53342E (or 0x53342E) is unknown color: approx Espresso. HEX triplet: 53, 34 and 2E. RGB value is (83,52,46). Sum of RGB (Red+Green+Blue) = 83+52+46=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342E is #ACCBD1. Grayscale: #3C3C3C. Windows color (decimal): -11324370 or 3028051. OLE color: 3028051.

HSL color Cylindrical-coordinate representation of color #53342E: hue angle of 9.73º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53342E is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB835246-
CMYK00.370.450.67
HSL9.73º28.68%25.29%-
HSV(B)9.73º44.58%32.55%-
XYZ5.294.493.17-
YUV60.58119.77143.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=45.86%
G=28.73%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83524600.370.450.679.7328.6825.29
Hex53342E0252D43a1d19
Octal123645604555103123531
Binary10100111101001011100100101101101100001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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