#52342D

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

Shades of Espresso #52342D

Tints of Espresso #52342D

Color information

#52342D (or 0x52342D) is unknown color: approx Espresso. HEX triplet: 52, 34 and 2D. RGB value is (82,52,45). Sum of RGB (Red+Green+Blue) = 82+52+45=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342D is #ADCBD2. Grayscale: #3C3C3C. Windows color (decimal): -11389907 or 2962514. OLE color: 2962514.

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

Color convert

RGB825245-
CMYK00.370.450.68
HSL11.35º29.13%24.9%-
HSV(B)11.35º45.12%32.16%-
XYZ5.184.443.07-
YUV60.17119.44143.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=45.81%
G=29.05%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82524500.370.450.6811.3529.1324.9
Hex52342D0252D44b1d19
Octal122645504555104133531
Binary10100101101001011010100101101101100010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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