#532E2E

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

Shades of Moccaccino #532E2E

Tints of Moccaccino #532E2E

Color information

#532E2E (or 0x532E2E) is unknown color: approx Moccaccino. HEX triplet: 53, 2E and 2E. RGB value is (83,46,46). Sum of RGB (Red+Green+Blue) = 83+46+46=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E2E is #ACD1D1. Grayscale: #393939. Windows color (decimal): -11325906 or 3026515. OLE color: 3026515.

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

Color convert

RGB834646-
CMYK00.450.450.67
HSL28.68%25.29%-
HSV(B)44.58%32.55%-
XYZ5.043.993.09-
YUV57.06121.76146.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=47.43%
G=26.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83464600.450.450.67028.6825.29
Hex532E2E02D2D4301d19
Octal12356560555510303531
Binary10100111011101011100101101101101100001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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