#56312D

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

Shades of Moccaccino #56312D

Tints of Moccaccino #56312D

Color information

#56312D (or 0x56312D) is unknown color: approx Moccaccino. HEX triplet: 56, 31 and 2D. RGB value is (86,49,45). Sum of RGB (Red+Green+Blue) = 86+49+45=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56312D is #A9CED2. Grayscale: #3B3B3B. Windows color (decimal): -11128531 or 2961750. OLE color: 2961750.

HSL color Cylindrical-coordinate representation of color #56312D: hue angle of 5.85º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56312D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB864945-
CMYK00.430.480.66
HSL5.85º31.3%25.69%-
HSV(B)5.85º47.67%33.73%-
XYZ5.414.363.04-
YUV59.61119.76146.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 45 (17.97% from 255) = 25%
R=47.78%
G=27.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494500.430.480.665.8531.325.69
Hex56312D02B304261f1a
Octal12661550536010263732
Binary1010110110001101101010101111000010000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56312D; }

 p { color: rgb(86,49,45); }

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

<style>
 a { background-color: #56312D; }

 a { background-color: rgb(86,49,45); }

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

<style>
 span { border-color: #56312D; }

 span { border-color: rgb(86,49,45); }

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