#57312C

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

Shades of Moccaccino #57312C

Tints of Moccaccino #57312C

Color information

#57312C (or 0x57312C) is unknown color: approx Moccaccino. HEX triplet: 57, 31 and 2C. RGB value is (87,49,44). Sum of RGB (Red+Green+Blue) = 87+49+44=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57312C is #A8CED3. Grayscale: #3B3B3B. Windows color (decimal): -11062996 or 2896215. OLE color: 2896215.

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

Color convert

RGB874944-
CMYK00.440.490.66
HSL6.98º32.82%25.69%-
HSV(B)6.98º49.43%34.12%-
XYZ5.484.42.94-
YUV59.79119.09147.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=48.33%
G=27.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87494400.440.490.666.9832.8225.69
Hex57312C02C31427211a
Octal12761540546110274132
Binary10101111100011011000101100110001100001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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