#532E28

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

Shades of Moccaccino #532E28

Tints of Moccaccino #532E28

Color information

#532E28 (or 0x532E28) is unknown color: approx Moccaccino. HEX triplet: 53, 2E and 28. RGB value is (83,46,40). Sum of RGB (Red+Green+Blue) = 83+46+40=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E28 is #ACD1D7. Grayscale: #383838. Windows color (decimal): -11325912 or 2633299. OLE color: 2633299.

HSL color Cylindrical-coordinate representation of color #532E28: hue angle of 8.37º 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 #532E28 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB834640-
CMYK00.450.520.67
HSL8.37º34.96%24.12%-
HSV(B)8.37º51.81%32.55%-
XYZ4.933.952.51-
YUV56.38118.76146.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=49.11%
G=27.22%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83464000.450.520.678.3734.9624.12
Hex532E2802D344382318
Octal123565005564103104330
Binary101001110111010100001011011101001000011100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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