#532928

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

Shades of Moccaccino #532928

Tints of Moccaccino #532928

Color information

#532928 (or 0x532928) is unknown color: approx Moccaccino. HEX triplet: 53, 29 and 28. RGB value is (83,41,40). Sum of RGB (Red+Green+Blue) = 83+41+40=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532928 is #ACD6D7. Grayscale: #353535. Windows color (decimal): -11327192 or 2632019. OLE color: 2632019.

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

Color convert

RGB834140-
CMYK00.510.520.67
HSL1.4º34.96%24.12%-
HSV(B)1.4º51.81%32.55%-
XYZ4.743.582.45-
YUV53.44120.41149.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=50.61%
G=25%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414000.510.520.671.434.9624.12
Hex532928033344312318
Octal12351500636410314330
Binary101001110100110100001100111101001000011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532928; }

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

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

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

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

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

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

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

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