#52332B

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

Shades of Espresso #52332B

Tints of Espresso #52332B

Color information

#52332B (or 0x52332B) is unknown color: approx Espresso. HEX triplet: 52, 33 and 2B. RGB value is (82,51,43). Sum of RGB (Red+Green+Blue) = 82+51+43=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52332B is #ADCCD4. Grayscale: #3B3B3B. Windows color (decimal): -11390165 or 2831186. OLE color: 2831186.

HSL color Cylindrical-coordinate representation of color #52332B: hue angle of 12.31º 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 #52332B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB825143-
CMYK00.380.480.68
HSL12.31º31.2%24.51%-
HSV(B)12.31º47.56%32.16%-
XYZ5.14.342.85-
YUV59.36118.77144.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=46.59%
G=28.98%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82514300.380.480.6812.3131.224.51
Hex52332B0263044c1f19
Octal122635304660104143731
Binary10100101100111010110100110110000100010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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