#523029

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

Shades of Espresso #523029

Tints of Espresso #523029

Color information

#523029 (or 0x523029) is unknown color: approx Espresso. HEX triplet: 52, 30 and 29. RGB value is (82,48,41). Sum of RGB (Red+Green+Blue) = 82+48+41=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523029 is #ADCFD6. Grayscale: #393939. Windows color (decimal): -11390935 or 2699346. OLE color: 2699346.

HSL color Cylindrical-coordinate representation of color #523029: hue angle of 10.24º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523029 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB824841-
CMYK00.410.500.68
HSL10.24º33.33%24.12%-
HSV(B)10.24º50%32.16%-
XYZ4.944.072.62-
YUV57.37118.76145.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=47.95%
G=28.07%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484100.410.500.6810.2433.3324.12
Hex5230290293244a2118
Octal122605105162104124130
Binary101001011000010100101010011100101000100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523029; }

 p { color: rgb(82,48,41); }

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

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

 a { background-color: rgb(82,48,41); }

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

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

 span { border-color: rgb(82,48,41); }

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