#532A29

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

Shades of Moccaccino #532A29

Tints of Moccaccino #532A29

Color information

#532A29 (or 0x532A29) is unknown color: approx Moccaccino. HEX triplet: 53, 2A and 29. RGB value is (83,42,41). Sum of RGB (Red+Green+Blue) = 83+42+41=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A29 is #ACD5D6. Grayscale: #363636. Windows color (decimal): -11326935 or 2697811. OLE color: 2697811.

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

Color convert

RGB834241-
CMYK00.490.510.67
HSL1.43º33.87%24.31%-
HSV(B)1.43º50.6%32.55%-
XYZ4.83.662.55-
YUV54.14120.58148.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=50%
G=25.30%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83424100.490.510.671.4333.8724.31
Hex532A29031334312218
Octal12352510616310314230
Binary101001110101010100101100011100111000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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