#532F2D

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

Shades of Moccaccino #532F2D

Tints of Moccaccino #532F2D

Color information

#532F2D (or 0x532F2D) is unknown color: approx Moccaccino. HEX triplet: 53, 2F and 2D. RGB value is (83,47,45). Sum of RGB (Red+Green+Blue) = 83+47+45=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F2D is #ACD0D2. Grayscale: #393939. Windows color (decimal): -11325651 or 2961235. OLE color: 2961235.

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

Color convert

RGB834745-
CMYK00.430.460.67
HSL3.16º29.69%25.1%-
HSV(B)3.16º45.78%32.55%-
XYZ5.064.063-
YUV57.54120.93146.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=47.43%
G=26.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83474500.430.460.673.1629.6925.1
Hex532F2D02B2E4331e19
Octal12357550535610333631
Binary101001110111110110101010111011101000011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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