#56312C

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

Shades of Moccaccino #56312C

Tints of Moccaccino #56312C

Color information

#56312C (or 0x56312C) is unknown color: approx Moccaccino. HEX triplet: 56, 31 and 2C. RGB value is (86,49,44). Sum of RGB (Red+Green+Blue) = 86+49+44=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56312C is #A9CED3. Grayscale: #3B3B3B. Windows color (decimal): -11128532 or 2896214. OLE color: 2896214.

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

Color convert

RGB864944-
CMYK00.430.490.66
HSL7.14º32.31%25.49%-
HSV(B)7.14º48.84%33.73%-
XYZ5.394.362.94-
YUV59.49119.26146.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=48.04%
G=27.37%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494400.430.490.667.1432.3125.49
Hex56312C02B314272019
Octal12661540536110274031
Binary10101101100011011000101011110001100001011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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