#53322B

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

Shades of Espresso #53322B

Tints of Espresso #53322B

Color information

#53322B (or 0x53322B) is unknown color: approx Espresso. HEX triplet: 53, 32 and 2B. RGB value is (83,50,43). Sum of RGB (Red+Green+Blue) = 83+50+43=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322B is #ACCDD4. Grayscale: #3B3B3B. Windows color (decimal): -11324885 or 2830931. OLE color: 2830931.

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

Color convert

RGB835043-
CMYK00.400.480.67
HSL10.5º31.75%24.71%-
HSV(B)10.5º48.19%32.55%-
XYZ5.144.292.84-
YUV59.07118.93145.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=47.16%
G=28.41%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504300.400.480.6710.531.7524.71
Hex53322B0283043b2019
Octal123625305060103134031
Binary101001111001010101101010001100001000011101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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