#52342B

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

Shades of Espresso #52342B

Tints of Espresso #52342B

Color information

#52342B (or 0x52342B) is unknown color: approx Espresso. HEX triplet: 52, 34 and 2B. RGB value is (82,52,43). Sum of RGB (Red+Green+Blue) = 82+52+43=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342B is #ADCBD4. Grayscale: #3C3C3C. Windows color (decimal): -11389909 or 2831442. OLE color: 2831442.

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

Color convert

RGB825243-
CMYK00.370.480.68
HSL13.85º31.2%24.51%-
HSV(B)13.85º47.56%32.16%-
XYZ5.144.422.87-
YUV59.94118.44143.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=46.33%
G=29.38%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82524300.370.480.6813.8531.224.51
Hex52342B0253044e1f19
Octal122645304560104163731
Binary10100101101001010110100101110000100010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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