#532F28

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

Shades of Espresso #532F28

Tints of Espresso #532F28

Color information

#532F28 (or 0x532F28) is unknown color: approx Espresso. HEX triplet: 53, 2F and 28. RGB value is (83,47,40). Sum of RGB (Red+Green+Blue) = 83+47+40=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F28 is #ACD0D7. Grayscale: #393939. Windows color (decimal): -11325656 or 2633555. OLE color: 2633555.

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

Color convert

RGB834740-
CMYK00.430.520.67
HSL9.77º34.96%24.12%-
HSV(B)9.77º51.81%32.55%-
XYZ4.974.032.52-
YUV56.97118.43146.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=48.82%
G=27.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83474000.430.520.679.7734.9624.12
Hex532F2802B3443a2318
Octal123575005364103124330
Binary101001110111110100001010111101001000011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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