#522D26

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

Shades of Espresso #522D26

Tints of Espresso #522D26

Color information

#522D26 (or 0x522D26) is unknown color: approx Espresso. HEX triplet: 52, 2D and 26. RGB value is (82,45,38). Sum of RGB (Red+Green+Blue) = 82+45+38=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #522D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D26 is #ADD2D9. Grayscale: #373737. Windows color (decimal): -11391706 or 2501970. OLE color: 2501970.

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

Color convert

RGB824538-
CMYK00.450.540.68
HSL9.55º36.67%23.53%-
HSV(B)9.55º53.66%32.16%-
XYZ4.773.812.32-
YUV55.26118.26147.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=49.70%
G=27.27%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82453800.450.540.689.5536.6723.53
Hex522D2602D3644a2518
Octal122554605566104124530
Binary101001010110110011001011011101101000100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,38); }

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

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

 a { background-color: rgb(82,45,38); }

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

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

 span { border-color: rgb(82,45,38); }

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