#57312A

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

Shades of Moccaccino #57312A

Tints of Moccaccino #57312A

Color information

#57312A (or 0x57312A) is unknown color: approx Moccaccino. HEX triplet: 57, 31 and 2A. RGB value is (87,49,42). Sum of RGB (Red+Green+Blue) = 87+49+42=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57312A is #A8CED5. Grayscale: #3B3B3B. Windows color (decimal): -11062998 or 2765143. OLE color: 2765143.

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

Color convert

RGB874942-
CMYK00.440.520.66
HSL9.33º34.88%25.29%-
HSV(B)9.33º51.72%34.12%-
XYZ5.454.392.75-
YUV59.56118.09147.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=48.88%
G=27.53%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87494200.440.520.669.3334.8825.29
Hex57312A02C344292319
Octal127615205464102114331
Binary101011111000110101001011001101001000010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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