#532F29

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

Shades of Espresso #532F29

Tints of Espresso #532F29

Color information

#532F29 (or 0x532F29) is unknown color: approx Espresso. HEX triplet: 53, 2F and 29. RGB value is (83,47,41). Sum of RGB (Red+Green+Blue) = 83+47+41=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F29 is #ACD0D6. Grayscale: #393939. Windows color (decimal): -11325655 or 2699091. OLE color: 2699091.

HSL color Cylindrical-coordinate representation of color #532F29: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532F29 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB834741-
CMYK00.430.510.67
HSL8.57º33.87%24.31%-
HSV(B)8.57º50.6%32.55%-
XYZ4.984.032.61-
YUV57.08118.93146.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=48.54%
G=27.49%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83474100.430.510.678.5733.8724.31
Hex532F2902B334392218
Octal123575105363103114230
Binary101001110111110100101010111100111000011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F29; }

 p { color: rgb(83,47,41); }

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

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

 a { background-color: rgb(83,47,41); }

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

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

 span { border-color: rgb(83,47,41); }

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