#53362E

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

Shades of Espresso #53362E

Tints of Espresso #53362E

Color information

#53362E (or 0x53362E) is unknown color: approx Espresso. HEX triplet: 53, 36 and 2E. RGB value is (83,54,46). Sum of RGB (Red+Green+Blue) = 83+54+46=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53362E is #ACC9D1. Grayscale: #3D3D3D. Windows color (decimal): -11323858 or 3028563. OLE color: 3028563.

HSL color Cylindrical-coordinate representation of color #53362E: hue angle of 12.97º 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 #53362E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB835446-
CMYK00.350.450.67
HSL12.97º28.68%25.29%-
HSV(B)12.97º44.58%32.55%-
XYZ5.384.673.2-
YUV61.76119.11143.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=45.36%
G=29.51%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83544600.350.450.6712.9728.6825.29
Hex53362E0232D43d1d19
Octal123665604355103153531
Binary10100111101101011100100011101101100001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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