#532929

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

Shades of Moccaccino #532929

Tints of Moccaccino #532929

Color information

#532929 (or 0x532929) is unknown color: approx Moccaccino. HEX triplet: 53, 29 and 29. RGB value is (83,41,41). Sum of RGB (Red+Green+Blue) = 83+41+41=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532929 is #ACD6D6. Grayscale: #353535. Windows color (decimal): -11327191 or 2697555. OLE color: 2697555.

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

Color convert

RGB834141-
CMYK00.510.510.67
HSL33.87%24.31%-
HSV(B)50.6%32.55%-
XYZ4.763.582.54-
YUV53.56120.91149-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=50.30%
G=24.85%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414100.510.510.67033.8724.31
Hex532929033334302218
Octal12351510636310304230
Binary101001110100110100101100111100111000011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532929; }

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

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

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

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

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

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

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

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