#56312B

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

Shades of Moccaccino #56312B

Tints of Moccaccino #56312B

Color information

#56312B (or 0x56312B) is unknown color: approx Moccaccino. HEX triplet: 56, 31 and 2B. RGB value is (86,49,43). Sum of RGB (Red+Green+Blue) = 86+49+43=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56312B is #A9CED4. Grayscale: #3B3B3B. Windows color (decimal): -11128533 or 2830678. OLE color: 2830678.

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

Color convert

RGB864943-
CMYK00.430.500.66
HSL8.37º33.33%25.29%-
HSV(B)8.37º50%33.73%-
XYZ5.374.352.84-
YUV59.38118.76146.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=48.31%
G=27.53%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494300.430.500.668.3733.3325.29
Hex56312B02B324282119
Octal126615305362102104131
Binary101011011000110101101010111100101000010100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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