#532D2A

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

Shades of Moccaccino #532D2A

Tints of Moccaccino #532D2A

Color information

#532D2A (or 0x532D2A) is unknown color: approx Moccaccino. HEX triplet: 53, 2D and 2A. RGB value is (83,45,42). Sum of RGB (Red+Green+Blue) = 83+45+42=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D2A is #ACD2D5. Grayscale: #383838. Windows color (decimal): -11326166 or 2764115. OLE color: 2764115.

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

Color convert

RGB834542-
CMYK00.460.490.67
HSL4.39º32.8%24.51%-
HSV(B)4.39º49.4%32.55%-
XYZ4.923.882.68-
YUV56.02120.09147.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=48.82%
G=26.47%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83454200.460.490.674.3932.824.51
Hex532D2A02E314342119
Octal12355520566110344131
Binary10100111011011010100101110110001100001110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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