#532C29

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

Shades of Moccaccino #532C29

Tints of Moccaccino #532C29

Color information

#532C29 (or 0x532C29) is unknown color: approx Moccaccino. HEX triplet: 53, 2C and 29. RGB value is (83,44,41). Sum of RGB (Red+Green+Blue) = 83+44+41=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C29 is #ACD3D6. Grayscale: #373737. Windows color (decimal): -11326423 or 2698323. OLE color: 2698323.

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

Color convert

RGB834441-
CMYK00.470.510.67
HSL4.29º33.87%24.31%-
HSV(B)4.29º50.6%32.55%-
XYZ4.873.82.57-
YUV55.32119.92147.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=49.40%
G=26.19%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83444100.470.510.674.2933.8724.31
Hex532C2902F334342218
Octal12354510576310344230
Binary10100111011001010010101111110011100001110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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