#56312A

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

Shades of Moccaccino #56312A

Tints of Moccaccino #56312A

Color information

#56312A (or 0x56312A) is unknown color: approx Moccaccino. HEX triplet: 56, 31 and 2A. RGB value is (86,49,42). Sum of RGB (Red+Green+Blue) = 86+49+42=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56312A is #A9CED5. Grayscale: #3B3B3B. Windows color (decimal): -11128534 or 2765142. OLE color: 2765142.

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

Color convert

RGB864942-
CMYK00.430.510.66
HSL9.55º34.38%25.1%-
HSV(B)9.55º51.16%33.73%-
XYZ5.354.342.75-
YUV59.26118.26147.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=48.59%
G=27.68%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494200.430.510.669.5534.3825.1
Hex56312A02B3342a2219
Octal126615205363102124231
Binary101011011000110101001010111100111000010101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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