#52342F

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

Shades of Espresso #52342F

Tints of Espresso #52342F

Color information

#52342F (or 0x52342F) is unknown color: approx Espresso. HEX triplet: 52, 34 and 2F. RGB value is (82,52,47). Sum of RGB (Red+Green+Blue) = 82+52+47=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342F is #ADCBD0. Grayscale: #3C3C3C. Windows color (decimal): -11389905 or 3093586. OLE color: 3093586.

HSL color Cylindrical-coordinate representation of color #52342F: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52342F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB825247-
CMYK00.370.430.68
HSL8.57º27.13%25.29%-
HSV(B)8.57º42.68%32.16%-
XYZ5.224.463.27-
YUV60.4120.44143.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=45.30%
G=28.73%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82524700.370.430.688.5727.1325.29
Hex52342F0252B4491b19
Octal122645704553104113331
Binary10100101101001011110100101101011100010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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