#532B2B

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

Shades of Moccaccino #532B2B

Tints of Moccaccino #532B2B

Color information

#532B2B (or 0x532B2B) is unknown color: approx Moccaccino. HEX triplet: 53, 2B and 2B. RGB value is (83,43,43). Sum of RGB (Red+Green+Blue) = 83+43+43=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B2B is #ACD4D4. Grayscale: #373737. Windows color (decimal): -11326677 or 2829139. OLE color: 2829139.

HSL color Cylindrical-coordinate representation of color #532B2B: hue angle of 0º 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 #532B2B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB834343-
CMYK00.480.480.67
HSL31.75%24.71%-
HSV(B)48.19%32.55%-
XYZ4.873.742.75-
YUV54.96121.25148-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=49.11%
G=25.44%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83434300.480.480.67031.7524.71
Hex532B2B030304302019
Octal12353530606010304031
Binary101001110101110101101100001100001000011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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