#52352B

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

Shades of Espresso #52352B

Tints of Espresso #52352B

Color information

#52352B (or 0x52352B) is unknown color: approx Espresso. HEX triplet: 52, 35 and 2B. RGB value is (82,53,43). Sum of RGB (Red+Green+Blue) = 82+53+43=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52352B is #ADCAD4. Grayscale: #3C3C3C. Windows color (decimal): -11389653 or 2831698. OLE color: 2831698.

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

Color convert

RGB825343-
CMYK00.350.480.68
HSL15.38º31.2%24.51%-
HSV(B)15.38º47.56%32.16%-
XYZ5.194.512.88-
YUV60.53118.11143.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=46.07%
G=29.78%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82534300.350.480.6815.3831.224.51
Hex52352B0233044f1f19
Octal122655304360104173731
Binary10100101101011010110100011110000100010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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