#57312E

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

Shades of Moccaccino #57312E

Tints of Moccaccino #57312E

Color information

#57312E (or 0x57312E) is unknown color: approx Moccaccino. HEX triplet: 57, 31 and 2E. RGB value is (87,49,46). Sum of RGB (Red+Green+Blue) = 87+49+46=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57312E is #A8CED1. Grayscale: #3C3C3C. Windows color (decimal): -11062994 or 3027287. OLE color: 3027287.

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

Color convert

RGB874946-
CMYK00.440.470.66
HSL4.39º30.83%26.08%-
HSV(B)4.39º47.13%34.12%-
XYZ5.524.423.15-
YUV60.02120.09147.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=47.80%
G=26.92%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87494600.440.470.664.3930.8326.08
Hex57312E02C2F4241f1a
Octal12761560545710243732
Binary1010111110001101110010110010111110000101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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