#52322B

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

Shades of Espresso #52322B

Tints of Espresso #52322B

Color information

#52322B (or 0x52322B) is unknown color: approx Espresso. HEX triplet: 52, 32 and 2B. RGB value is (82,50,43). Sum of RGB (Red+Green+Blue) = 82+50+43=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52322B is #ADCDD4. Grayscale: #3A3A3A. Windows color (decimal): -11390421 or 2830930. OLE color: 2830930.

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

Color convert

RGB825043-
CMYK00.390.480.68
HSL10.77º31.2%24.51%-
HSV(B)10.77º47.56%32.16%-
XYZ5.064.252.84-
YUV58.77119.1144.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=46.86%
G=28.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82504300.390.480.6810.7731.224.51
Hex52322B0273044b1f19
Octal122625304760104133731
Binary10100101100101010110100111110000100010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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