#532D2B

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

Shades of Moccaccino #532D2B

Tints of Moccaccino #532D2B

Color information

#532D2B (or 0x532D2B) is unknown color: approx Moccaccino. HEX triplet: 53, 2D and 2B. RGB value is (83,45,43). Sum of RGB (Red+Green+Blue) = 83+45+43=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D2B is #ACD2D4. Grayscale: #383838. Windows color (decimal): -11326165 or 2829651. OLE color: 2829651.

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

Color convert

RGB834543-
CMYK00.460.480.67
HSL31.75%24.71%-
HSV(B)48.19%32.55%-
XYZ4.943.892.78-
YUV56.13120.59147.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=48.54%
G=26.32%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83454300.460.480.67331.7524.71
Hex532D2B02E304332019
Octal12355530566010334031
Binary1010011101101101011010111011000010000111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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