#522E2A

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

Shades of Espresso #522E2A

Tints of Espresso #522E2A

Color information

#522E2A (or 0x522E2A) is unknown color: approx Espresso. HEX triplet: 52, 2E and 2A. RGB value is (82,46,42). Sum of RGB (Red+Green+Blue) = 82+46+42=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E2A is #ADD1D5. Grayscale: #383838. Windows color (decimal): -11391446 or 2764370. OLE color: 2764370.

HSL color Cylindrical-coordinate representation of color #522E2A: hue angle of 6º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522E2A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB824642-
CMYK00.440.490.68
HSL32.26%24.31%-
HSV(B)48.78%32.16%-
XYZ4.873.912.69-
YUV56.31119.93146.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=48.24%
G=27.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82464200.440.490.68632.2624.31
Hex522E2A02C314462018
Octal12256520546110464030
Binary10100101011101010100101100110001100010011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E2A; }

 p { color: rgb(82,46,42); }

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

<style>
 a { background-color: #522E2A; }

 a { background-color: rgb(82,46,42); }

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

<style>
 span { border-color: #522E2A; }

 span { border-color: rgb(82,46,42); }

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