#52342A

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

Shades of Espresso #52342A

Tints of Espresso #52342A

Color information

#52342A (or 0x52342A) is unknown color: approx Espresso. HEX triplet: 52, 34 and 2A. RGB value is (82,52,42). Sum of RGB (Red+Green+Blue) = 82+52+42=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52342A is #ADCBD5. Grayscale: #3B3B3B. Windows color (decimal): -11389910 or 2765906. OLE color: 2765906.

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

Color convert

RGB825242-
CMYK00.370.490.68
HSL15º32.26%24.31%-
HSV(B)15º48.78%32.16%-
XYZ5.134.422.77-
YUV59.83117.94143.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=46.59%
G=29.55%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82524200.370.490.681532.2624.31
Hex52342A0253144f2018
Octal122645204561104174030
Binary101001011010010101001001011100011000100111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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