#532D2C

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

Shades of Moccaccino #532D2C

Tints of Moccaccino #532D2C

Color information

#532D2C (or 0x532D2C) is unknown color: approx Moccaccino. HEX triplet: 53, 2D and 2C. RGB value is (83,45,44). Sum of RGB (Red+Green+Blue) = 83+45+44=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D2C is #ACD2D3. Grayscale: #383838. Windows color (decimal): -11326164 or 2895187. OLE color: 2895187.

HSL color Cylindrical-coordinate representation of color #532D2C: hue angle of 1.54º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532D2C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB834544-
CMYK00.460.470.67
HSL1.54º30.71%24.9%-
HSV(B)1.54º46.99%32.55%-
XYZ4.963.92.87-
YUV56.25121.09147.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=48.26%
G=26.16%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83454400.460.470.671.5430.7124.9
Hex532D2C02E2F4321f19
Octal12355540565710323731
Binary101001110110110110001011101011111000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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