#52332D

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

Shades of Espresso #52332D

Tints of Espresso #52332D

Color information

#52332D (or 0x52332D) is unknown color: approx Espresso. HEX triplet: 52, 33 and 2D. RGB value is (82,51,45). Sum of RGB (Red+Green+Blue) = 82+51+45=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52332D is #ADCCD2. Grayscale: #3B3B3B. Windows color (decimal): -11390163 or 2962258. OLE color: 2962258.

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

Color convert

RGB825145-
CMYK00.380.450.68
HSL9.73º29.13%24.9%-
HSV(B)9.73º45.12%32.16%-
XYZ5.144.353.05-
YUV59.58119.77143.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=46.07%
G=28.65%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82514500.380.450.689.7329.1324.9
Hex52332D0262D44a1d19
Octal122635504655104123531
Binary10100101100111011010100110101101100010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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