#52352D

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

Shades of Espresso #52352D

Tints of Espresso #52352D

Color information

#52352D (or 0x52352D) is unknown color: approx Espresso. HEX triplet: 52, 35 and 2D. RGB value is (82,53,45). Sum of RGB (Red+Green+Blue) = 82+53+45=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52352D is #ADCAD2. Grayscale: #3C3C3C. Windows color (decimal): -11389651 or 2962770. OLE color: 2962770.

HSL color Cylindrical-coordinate representation of color #52352D: hue angle of 12.97º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52352D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB825345-
CMYK00.350.450.68
HSL12.97º29.13%24.9%-
HSV(B)12.97º45.12%32.16%-
XYZ5.234.533.08-
YUV60.76119.11143.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 45 (17.97% from 255) = 25%
R=45.56%
G=29.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82534500.350.450.6812.9729.1324.9
Hex52352D0232D44d1d19
Octal122655504355104153531
Binary10100101101011011010100011101101100010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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